ccextractor/mac/build.command
Vladislav Ivanishin b4ce115f7c Fixed mac build
2015-03-21 04:26:49 +03:00

2 lines
263 B
Bash
Executable File

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