1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Remove no-invalid-source-encoding - GCC on OSX can't handle this

This commit is contained in:
twinaphex 2015-07-18 15:39:26 +02:00
parent 7ad1beeb81
commit edac6e0afc

View File

@ -332,7 +332,6 @@
);
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES;
PRODUCT_NAME = RetroArch;
WARNING_CFLAGS = "-Wno-invalid-source-encoding";
};
name = Debug;
};
@ -392,7 +391,6 @@
);
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES;
PRODUCT_NAME = RetroArch;
WARNING_CFLAGS = "-Wno-invalid-source-encoding";
};
name = Release;
};