mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Include moonlight-common-c includes during build
This commit is contained in:
parent
2e52d68fd7
commit
8bd27fcf3c
7
Makefile
7
Makefile
@ -2,13 +2,16 @@ VALID_TOOLCHAINS := newlib pnacl
|
|||||||
|
|
||||||
TARGET = moonlight-chrome
|
TARGET = moonlight-chrome
|
||||||
|
|
||||||
|
# Include Moonlight-Common-C makefile
|
||||||
|
include common-c.mk
|
||||||
|
|
||||||
|
EXTRA_INC_PATHS := $(EXTRA_INC_PATHS) $(COMMON_C_INCLUDE)
|
||||||
|
|
||||||
include $(NACL_SDK_ROOT)/tools/common.mk
|
include $(NACL_SDK_ROOT)/tools/common.mk
|
||||||
|
|
||||||
# Dirty hack to allow 'make serve' to work in this directory
|
# Dirty hack to allow 'make serve' to work in this directory
|
||||||
HTTPD_PY := $(HTTPD_PY) --no-dir-check
|
HTTPD_PY := $(HTTPD_PY) --no-dir-check
|
||||||
|
|
||||||
# Include Moonlight-Common-C makefile
|
|
||||||
include common-c.mk
|
|
||||||
|
|
||||||
LIBS = ppapi ppapi_cpp pthread nacl_io
|
LIBS = ppapi ppapi_cpp pthread nacl_io
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user