Skip to content

Commit 09508c6

Browse files
authored
Create targets.mk for libaec
1 parent dd0958e commit 09508c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libs/recipes/libaec/targets.mk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)