Skip to content

Commit 6e17633

Browse files
authored
Added missing directory for protobuf-c.
Issue fixed : #536
1 parent 604f4d8 commit 6e17633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mac/build.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
cd `dirname $0`
33
BLD_FLAGS="-std=gnu99 -Wno-write-strings -DGPAC_CONFIG_DARWIN -D_FILE_OFFSET_BITS=64 -DVERSION_FILE_PRESENT -Dfopen64=fopen -Dopen64=open -Dlseek64=lseek"
4-
BLD_INCLUDE="-I../src/ -I../src/lib_ccx -I../src/gpacmp4 -I../src/lib_hash -I../src/libpng -I../src/utf8proc -I../src/zlib -I../src/zvbi"
4+
BLD_INCLUDE="-I../src/ -I../src/lib_ccx -I../src/gpacmp4 -I../src/lib_hash -I../src/libpng -I../src/utf8proc -I../src/protobuf-c -I../src/zlib -I../src/zvbi"
55
SRC_CCX="$(find ../src/lib_ccx -name '*.c')"
66
SRC_GPAC="$(find ../src/gpacmp4 -name '*.c')"
77
SRC_LIB_HASH="$(find ../src/lib_hash -name '*.c')"

0 commit comments

Comments
 (0)