Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into refactor_for_stream
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmasala committed Jan 12, 2025
2 parents f6cf0ce + c9f4010 commit ee03123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docker-build-windows: docker-debian-base
echo "can only docker-build-windows on debian"; \
false; \
fi
$(docker) $(docker_run_cmd) katzen/$(distro)_base bash -c 'cd /go/katzen/; GOOS=windows CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc go build -trimpath -ldflags="-H windowsgui ${ldflags}" -o katzen.exe'
$(docker) $(docker_run_cmd) katzen/$(distro)_base bash -c 'cd /go/katzen/; HIGHCTIDH_PORTABLE=1 GOOS=windows CGO_ENABLED=1 CGO_LDFLAGS="-Wl,--no-as-needed -Wl,-allow-multiple-definition" CC=x86_64-w64-mingw32-gcc go build -trimpath -ldflags="-H windowsgui ${ldflags}" -o katzen.exe'

docker-android-base:
if ! $(docker) images|grep katzen/android_sdk; then \
Expand Down

0 comments on commit ee03123

Please sign in to comment.