Skip to content

Commit

Permalink
Remove Hacl code, build it outside of EGK.
Browse files Browse the repository at this point in the history
Assume hacl is installed in -I/usr/include/x86_64-linux-gnu/libhacl, usr/lib/x86_64-linux-gnu.
Really, we arent supporting native right now.
  • Loading branch information
JohnLCaron committed Jul 2, 2023
1 parent 4b64119 commit 8b1fb97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hacllib/src/nativeInterop/cinterop/libhacl.def
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ staticLibraries = libhacl.a
libraryPaths = /home/stormy/install/libhacl

compilerOpts.osx = -Ilibhacl/include
compilerOpts.linux = -I/usr/include -I/usr/include/x86_64-linux-gnu -I/home/stormy/install/libhacl/include -O2
compilerOpts.linux = -I/usr/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu/libhacl -O2

linkerOpts.osx = --library hacl --library-path hacllib/build
linkerOpts.linux = --library hacl --library-path /home/stormy/install/libhacl -lhacl
linkerOpts.linux = --library hacl --library-path /usr/lib/x86_64-linux-gnu

0 comments on commit 8b1fb97

Please sign in to comment.