mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-02-16 10:41:03 +00:00
Fix makefile and add libraries required for building
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
|
||||
4
ports.mk
4
ports.mk
@@ -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
|
||||
|
||||
BIN
ports/lib/pnacl/Release/libcrypto.a
Normal file
BIN
ports/lib/pnacl/Release/libcrypto.a
Normal file
Binary file not shown.
BIN
ports/lib/pnacl/Release/libcurl.a
Normal file
BIN
ports/lib/pnacl/Release/libcurl.a
Normal file
Binary file not shown.
BIN
ports/lib/pnacl/Release/libssl.a
Normal file
BIN
ports/lib/pnacl/Release/libssl.a
Normal file
Binary file not shown.
BIN
ports/lib/pnacl/Release/libz.a
Normal file
BIN
ports/lib/pnacl/Release/libz.a
Normal file
Binary file not shown.
Reference in New Issue
Block a user