Skip to content

Commit

Permalink
feat: add include files to nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
headblockhead committed Nov 17, 2024
1 parent ede2075 commit 54f43c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
installPhase = ''
runHook preInstall
mkdir -p $out/lib
mkdir -p $out/include/squirrel
cp libsquirrel.a $out/lib/libsquirrel.a
cp $src/include/* $out/include/squirrel
runHook postInstall
'';

Expand Down

0 comments on commit 54f43c4

Please sign in to comment.