Skip to content

Commit baa2cb4

Browse files
committed
TS Module: Mac CI tests failing
1 parent 96e5868 commit baa2cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mac/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ endif
245245
ccextractor_CFLAGS = -std=gnu99 -Wno-write-strings -Wno-pointer-sign -D_FILE_OFFSET_BITS=64 -DVERSION_FILE_PRESENT -DFT2_BUILD_LIBRARY -DGPAC_DISABLE_VTT -DGPAC_DISABLE_OD_DUMP -DGPAC_DISABLE_REMOTERY -DNO_GZIP
246246

247247
ccextractor_LDFLAGS = $(shell pkg-config --libs gpac)
248+
ccextractor_LDFLAGS += -framework CoreFoundation
248249
GPAC_CPPFLAGS = $(shell pkg-config --cflags gpac)
249250

250251
ccextractor_CPPFLAGS =-I../src/lib_ccx/ -I../src/thirdparty/libpng/ -I../src/thirdparty/zlib/ -I../src/lib_ccx/zvbi/ -I../src/thirdparty/lib_hash/ -I../src/thirdparty/protobuf-c/ -I../src/thirdparty -I../src/ -I../src/thirdparty/freetype/include/
@@ -308,7 +309,6 @@ endif
308309

309310
if WITH_RUST
310311
ccextractor_LDADD += ./rust/@RUST_TARGET_SUBDIR@/libccx_rust.a
311-
ccextractor_LDADD += -framework CoreFoundation
312312
else
313313
ccextractor_CFLAGS += -DDISABLE_RUST
314314
ccextractor_CPPFLAGS += -DDISABLE_RUST

0 commit comments

Comments
 (0)