mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-16 08:06:19 +00:00
Fix compiler flags
This commit is contained in:
parent
9738b1bbc2
commit
b48cb3d069
3
Makefile
3
Makefile
@ -21,7 +21,8 @@ CHROME_ARGS += --allow-nacl-socket-api=localhost
|
||||
|
||||
LIBS = ppapi_gles2 ppapi ppapi_cpp pthread curl z ssl crypto nacl_io
|
||||
|
||||
CFLAGS = -Wall $(COMMON_C_C_FLAGS) $(OPUS_C_FLAGS)
|
||||
CFLAGS += -Wall $(COMMON_C_C_FLAGS) $(OPUS_C_FLAGS)
|
||||
CXXFLAGS += -Wall
|
||||
|
||||
SOURCES = \
|
||||
$(OPUS_SOURCE) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user