From cc7ebbc4d7d04a39b56596cfbe9a30ab916157dc Mon Sep 17 00:00:00 2001 From: cfsmp3 Date: Mon, 11 Aug 2014 14:33:52 +0200 Subject: [PATCH] Replace g++ with gcc in OSX --- mac/build.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/build.command b/mac/build.command index 9dfdd4cd..8d378592 100644 --- a/mac/build.command +++ b/mac/build.command @@ -1 +1 @@ -g++ -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/libpng -I ../src/zlib -o ccextractor $(find ../src/ -name '*.cpp') $(find ../src/ -name '*.c')