We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592ce0d commit e1912adCopy full SHA for e1912ad
1 file changed
Makefile
@@ -223,8 +223,6 @@ build/%/test_cmodule.dll: src/test/test_cmodule.c
223
build/%/test_cmodule.dylib: LDFLAGS += -Wl,-undefined,dynamic_lookup
224
build/%/test_cmodule.dylib: src/test/test_cmodule.c
225
$(_CC) -o $@ $^ -shared $(CFLAGS) $(LDFLAGS)
226
-build/osx_arm64_x86_64/test_cmodule.dylib: build/osx_x86_64/test_cmodule.dylib build/osx_arm64/test_cmodule.dylib | build/osx_arm64_x86_64
227
- $(_LIPO) $^ -create -output $@
228
229
230
# Phony targets
0 commit comments