Update 'Makefile' #109

Merged
dan merged 2 commits from sarah-patch-2 into trunk 2023-01-11 01:58:18 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b29293334d - Show all commits

View File

@ -16,7 +16,7 @@ windows: libCwtch.dll
libCwtch.so: lib.go
./switch-ffi.sh
go build -ldflags "-X main.buildVer=$(shell git describe --tags) -X main.buildDate=$(shell date +%G-%m-%d-%H-%M)" -buildmode c-shared -o libCwtch.so
go build -ldflags "-buildid=$(shell git describe --tags) -X main.buildVer=$(shell git describe --tags) -X main.buildDate=$(shell date +%G-%m-%d-%H-%M)" -buildmode c-shared -o libCwtch.so
libCwtch.x64.dylib: lib.go
./switch-ffi.sh