Fix makefile and add libraries required for building

This commit is contained in:
Cameron Gutman 2016-03-10 21:40:17 -08:00
parent f6261d43b4
commit a8022f3187
6 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,8 @@ include h264bitstream.mk
include libgamestream.mk
include ports.mk
EXTRA_INC_PATHS := $(EXTRA_INC_PATHS) $(COMMON_C_INCLUDE) $(OPUS_INCLUDE) $(H264BS_INCLUDE) $(LIBGS_C_INCLUDE)
EXTRA_INC_PATHS := $(EXTRA_INC_PATHS) $(COMMON_C_INCLUDE) $(OPUS_INCLUDE) $(H264BS_INCLUDE) $(LIBGS_C_INCLUDE) $(PORTS_INCLUDE)
EXTRA_LIB_PATHS := $(EXTRA_LIB_PATHS) $(PORTS_LIB_ROOT)
include $(NACL_SDK_ROOT)/tools/common.mk

View File

@ -1,2 +1,2 @@
EXTRA_INC_PATHS := $(EXTRA_INC_PATHS) ports/include
EXTRA_LIB_PATHS := $(EXTRA_LIB_PATHS) ports/lib/pnacl/Release
PORTS_INCLUDE := ports/include
PORTS_LIB_ROOT := ports/lib

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.