poseidon2_c.go: switch to pkg-config: lux-crypto

This commit is contained in:
Hanzo AI
2026-05-21 17:25:55 -07:00
parent 036e241033
commit 0a2f7167e7
+2 -3
View File
@@ -8,9 +8,8 @@
package poseidon2
/*
#cgo CFLAGS: -I/Users/z/work/luxcpp/crypto/include
#cgo darwin LDFLAGS: -L/Users/z/work/luxcpp/crypto/build-local -lluxcrypto -framework Metal -framework Foundation
#cgo linux LDFLAGS: -L/Users/z/work/luxcpp/crypto/build-local -lluxcrypto
#cgo pkg-config: lux-crypto
#cgo darwin LDFLAGS: -framework Metal -framework Foundation
#include <stdint.h>
#include <stdlib.h>