mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
(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…
x
Reference in New Issue
Block a user