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 dd0958e commit 09508c6Copy full SHA for 09508c6
libs/recipes/libaec/targets.mk
@@ -0,0 +1,10 @@
1
+# https://github.com/Homebrew/homebrew-core/blob/cd71c6db511f368436d9b0bec570f282a4eb3d05/Formula/lib/libaec.rb#L23C3-L28C34
2
+# link_overwrite "include/szlib.h" (WASM_CPPFLAGS += -I$(WASM)/include) should be able to find?
3
+# link_overwrite "lib/libsz.a" (WASM_LDFLAGS += -L$(WASM)/lib) should be able to find?
4
+# link_overwrite "lib/libsz.dylib"
5
+# link_overwrite "lib/libsz.2.dylib"
6
+# link_overwrite "lib/libsz.so"
7
+# link_overwrite "lib/libsz.so.2"
8
+
9
+LIBAEC_WASM_LIB = $(WASM)/lib/libsz.a
10
+OPTIONAL_WASM_LIBS += $(LIBAEC_WASM_LIB)
0 commit comments