From a4275eba622c47ea18e2797db05732ab51effaac Mon Sep 17 00:00:00 2001 From: wforums Date: Sun, 12 Oct 2014 00:47:47 +0200 Subject: [PATCH] MAC build command fix Fixed. --- mac/build.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/build.command b/mac/build.command index 8d378592..68d4addd 100644 --- a/mac/build.command +++ b/mac/build.command @@ -1 +1 @@ -gcc -std=gnu99 -Wno-write-strings -Dfopen64=fopen -Dopen64=open -Dlseek64=lseek -I../src/gpacmp4 -I ../src/libpng -I ../src/zlib -o ccextractor $(find ../src/ -name '*.cpp') $(find ../src/ -name '*.c') +gcc -std=gnu99 -Wno-write-strings -Dfopen64=fopen -Dopen64=open -Dlseek64=lseek -I ../src/gpacmp4 -I ../src/lib_ccx -I ../src/libpng -I ../src/zlib -o ccextractor $(find ../src/ -name '*.cpp') $(find ../src/ -name '*.c')