(OSX) Suppress these warnings - -Wno-invalid-source-encoding
This commit is contained in:
parent
d0806b9d6b
commit
06432c7d0b
|
@ -219,6 +219,10 @@ ifeq ($(HAVE_PYTHON), 1)
|
|||
OBJ += gfx/video_state_python.o
|
||||
endif
|
||||
|
||||
ifeq ($(OSX), 1)
|
||||
DEFINES += -Wno-invalid-source-encoding
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_EMSCRIPTEN), 1)
|
||||
OBJ += frontend/drivers/platform_emscripten.o \
|
||||
input/drivers/rwebinput_input.o \
|
||||
|
|
Loading…
Reference in New Issue