We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b486f commit 13c5342Copy full SHA for 13c5342
1 file changed
Makefile
@@ -66,7 +66,7 @@ MINIAUDIO_LIBS = $(BUILD_MINIAUDIO)/libminiaudio.a
66
# Platform-specific settings
67
ifeq ($(PLATFORM),windows)
68
TARGET := $(DIST_DIR)/ai.dll
69
- LDFLAGS += -lbcrypt -static-libgcc -static-libgomp -Wl,--push-state,-Bstatic,-lstdc++,-lwinpthread,--pop-state -shared
+ LDFLAGS += -lbcrypt -static-libgcc -Wl,--push-state,-Bstatic,-lgomp,-lstdc++,-lwinpthread,--pop-state -shared
70
DEF_FILE := $(BUILD_DIR)/ai.def
71
STRIP = strip --strip-unneeded $@
72
else ifeq ($(PLATFORM),macos)
0 commit comments