mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-19 05:24:48 -04:00
Remove the cmake magic to create bridge.go from bridge.go.in.
The bridge.go now just assumes that the library you want is built in the build/ directory. It's probably a lot better idea than using wherever the latest build was; this way the same build is always used for the library.
This commit is contained in:
@ -3,8 +3,8 @@ package bridge
|
||||
import "fmt"
|
||||
import "unsafe"
|
||||
|
||||
// #cgo CFLAGS: -I${INCLUDE_PATH}
|
||||
// #cgo LDFLAGS: ${LIBRARY_PATH}
|
||||
// #cgo CFLAGS: -I"${SRCDIR}/../include"
|
||||
// #cgo LDFLAGS: "${SRCDIR}/../build/src/libsointu.a"
|
||||
// #include <sointu.h>
|
||||
import "C"
|
||||
|
Reference in New Issue
Block a user