mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
Take out -Wno-invalid-encoding - GCC doesn't support this, and
too much of a pain to selectively take it out
This commit is contained in:
parent
49931f4df7
commit
f3f238381f
@ -251,10 +251,6 @@ ifeq ($(HAVE_PYTHON), 1)
|
||||
endif
|
||||
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