summaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-04-09 10:46:52 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2026-04-09 10:47:30 -0400
commitf806fb0da0f3810c7f941e64fc592c01137212bd (patch)
tree2ec450cffe9e503876652d150936718fbe35d2f1 /makefile
parentpackage housekeeping, minor (diff)
flake.nix dmd build fix overlay: revert to GCC14
- revert to using GCC14: (current) GCC 15 introduced nullptr in its headers, and DMD's ImportC parser needs update to handle it, monitor and update - spine_search build to result/cgi-bin/spine_search instead of result/share/cgi-bin/spine_search - (nix ldc overlay, minor comsetic)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b032d64..922516d 100644
--- a/makefile
+++ b/makefile
@@ -83,7 +83,7 @@ set_depends: get_depends
# cp cgi search form
cp-cgi:
sudo cp -vi /var/www/cgi/cgi-bin/spine_search /var/www/cgi/cgi-bin/spine_search_old && \
- sudo cp -vi result/share/cgi-bin/spine_search /var/www/cgi/cgi-bin/spine_search
+ sudo cp -vi result/cgi-bin/spine_search /var/www/cgi/cgi-bin/spine_search
# git archive
gitZip: