mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-02-16 02:30:56 +00:00
Fix compiler flags
This commit is contained in:
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) \
|
||||
|
||||
Reference in New Issue
Block a user