Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
fix() path was not correct for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Feb 1, 2024
1 parent 629d996 commit 6456735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhevm/tfhe.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package fhevm
#cgo linux CFLAGS: -O3 -I../tfhe-rs/target/release
#cgo linux CFLAGS: -O3 -I../tfhe-rs/target/release/deps
#cgo linux LDFLAGS: -L../tfhe-rs/target/release -l:libtfhe.a -lm
#cgo linux LDFLAGS: -L../tfhe-rs/target/release/deps -l:libtfhe_c_api_dynamic_buffer.a
#cgo linux LDFLAGS: -L../tfhe-rs/target/release/deps -l:libtfhe_c_api_dynamic_buffer
#cgo darwin CFLAGS: -O3 -I../tfhe-rs/target/release
#cgo darwin CFLAGS: -O3 -I../tfhe-rs/target/release/deps
#cgo darwin LDFLAGS: -framework Security -L../tfhe-rs/target/release -ltfhe -lm
Expand Down

0 comments on commit 6456735

Please sign in to comment.