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:
Veikko Sariola
2020-10-23 00:04:54 +03:00
parent 163af33c9b
commit c9e8000c5f
5 changed files with 6 additions and 29 deletions

1
.gitignore vendored
View File

@ -22,7 +22,6 @@ old/
# project specific
# this is autogenerated from bridge.go.in
bridge/bridge.go
build/
build32/
build64/