refactor: hectic C: libhectic.so -> hectic.so

This commit is contained in:
2025-04-20 09:57:32 +00:00
parent be71d59270
commit 2bd2e17053
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
installPhase = ''
mkdir -p $out/lib $out/include $out/bin
cp target/libhectic.a $out/lib/
cp target/libhectic.so $out/lib/
cp target/hectic.so $out/lib/
cp hectic.h $out/include/
# Create hectic-config script