mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-05-19 16:10:38 +00:00
Fix makefile and add libraries required for building
This commit is contained in:
@@ -9,7 +9,8 @@ include h264bitstream.mk
|
|||||||
include libgamestream.mk
|
include libgamestream.mk
|
||||||
include ports.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
|
include $(NACL_SDK_ROOT)/tools/common.mk
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
EXTRA_INC_PATHS := $(EXTRA_INC_PATHS) ports/include
|
PORTS_INCLUDE := ports/include
|
||||||
EXTRA_LIB_PATHS := $(EXTRA_LIB_PATHS) ports/lib/pnacl/Release
|
PORTS_LIB_ROOT := ports/lib
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user