mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
(OSX PPC) [Define HAVE_MENU/HAVE_OPENGL
This commit is contained in:
parent
7d7e32df47
commit
c3bdfa9c8e
@ -245,7 +245,9 @@
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_CFLAGS = (
|
||||
"-DHAVE_DYNAMIC,",
|
||||
"-DHAVE_MENU",
|
||||
"-DHAVE_MENU,",
|
||||
"-DWANT_RPNG,",
|
||||
"-DHAVE_OPENGL",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
SDKROOT = macosx10.5;
|
||||
@ -262,7 +264,9 @@
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
OTHER_CFLAGS = (
|
||||
"-DHAVE_DYNAMIC,",
|
||||
"-DHAVE_MENU",
|
||||
"-DHAVE_MENU,",
|
||||
"-DWANT_RPNG,",
|
||||
"-DHAVE_OPENGL",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
SDKROOT = macosx10.5;
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user