diff --git a/Makefile.common b/Makefile.common index 19baecb39f..084778e8d7 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 \