From b4ce115f7c85b76f4d531bc002f66f2601f28150 Mon Sep 17 00:00:00 2001 From: Vladislav Ivanishin Date: Sat, 21 Mar 2015 04:26:49 +0300 Subject: [PATCH] Fixed mac build --- mac/build.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 mac/build.command diff --git a/mac/build.command b/mac/build.command old mode 100644 new mode 100755 index 68d4addd..b73c2805 --- 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/lib_ccx -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' \! -name 'win_*') $(find ../src/ -name '*.c' \! -name 'win_*') -liconv