make clean libCwtch.dylib
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dan Ballard 2021-09-30 10:49:57 -07:00
parent f8882c0c0a
commit de5f1104d3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ libCwtch.dll: lib.go
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc-win32 go build -buildmode c-shared -o libCwtch.dll
clean:
rm -f cwtch.aar cwtch_go.apk libCwtch.h libCwtch.so cwtch-sources.jar libCwtch.dll
rm -f cwtch.aar cwtch_go.apk libCwtch.h libCwtch.so cwtch-sources.jar libCwtch.dll libCwtch.dylib
# iOS - for testing purposes only for now, not officially supported