Goofy build.sh

This commit is contained in:
Steven Tracey 2024-11-20 00:00:46 -05:00
parent 5692f1f221
commit 2ce67a7a09

View File

@ -3,5 +3,5 @@ cd go
go build -buildmode c-shared -ldflags="-w -s" -trimpath -v -o "go_p2fa.so"
rm -rf ../c/libs/go_p2fa.h
cp go_p2fa.h ../c/libs/go_p2fa.h
cd ../c/src
cd ../c
make -j1