Skip to content

Commit

Permalink
Create targets.mk for libaec
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix authored Oct 2, 2024
1 parent dd0958e commit 09508c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions libs/recipes/libaec/targets.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# https://github.com/Homebrew/homebrew-core/blob/cd71c6db511f368436d9b0bec570f282a4eb3d05/Formula/lib/libaec.rb#L23C3-L28C34
# link_overwrite "include/szlib.h" (WASM_CPPFLAGS += -I$(WASM)/include) should be able to find?
# link_overwrite "lib/libsz.a" (WASM_LDFLAGS += -L$(WASM)/lib) should be able to find?
# link_overwrite "lib/libsz.dylib"
# link_overwrite "lib/libsz.2.dylib"
# link_overwrite "lib/libsz.so"
# link_overwrite "lib/libsz.so.2"

LIBAEC_WASM_LIB = $(WASM)/lib/libsz.a
OPTIONAL_WASM_LIBS += $(LIBAEC_WASM_LIB)

0 comments on commit 09508c6

Please sign in to comment.