mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-16 08:06:19 +00:00
Fix makefile and add libraries required for building
This commit is contained in:
parent
f6261d43b4
commit
a8022f3187
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.
Loading…
x
Reference in New Issue
Block a user