Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Fix native build
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderssorby committed Nov 5, 2021
1 parent d86b7e2 commit 02da947
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/build
**/lean_packages
.vscode
.vscode
result*
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
native = buildCLib {
src = ./native;
name = "lean-socket-native";
updateCCOptions = o: o ++ [ "-I${leanPkgs.lean-bin-tools-unwrapped}/include" ];
};
project = leanPkgs.buildLeanPackage {
name = "Socket";
Expand Down

0 comments on commit 02da947

Please sign in to comment.