diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-09 17:20:55 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-09 17:20:55 -0400 |
commit | 7419508a1d799c99aeb3051c8479a72f635ffe7a (patch) | |
tree | aede64a880a23146c85cfc0aa879a92fbe3d5638 /.envrc-local | |
parent | nix overlays introduced and tracked (diff) |
arsd/cgi.d updated now includes arsd/core.d ldc2 1.32.2
Diffstat (limited to '.envrc-local')
-rw-r--r-- | .envrc-local | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.envrc-local b/.envrc-local new file mode 100644 index 0000000..4d8d1ca --- /dev/null +++ b/.envrc-local @@ -0,0 +1,5 @@ +export DFLAGS="-O2 -inline -boundscheck=on -color=on" +export SpineVER=$(git describe --long --tags | sed 's/^[ a-z_-]\+\([0-9.]\+\)/\1/;s/\([^-]*-g\)/r\1/;s/-/./g') +export SpineSearchBIN=result/share/cgi-bin +export SpineCGIbin=/var/www/cgi/cgi-bin +export SpineCGIform='spine_search' |