mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
don't undef __STRICT_ANSI__ since it's not necessary with gnu++11
This commit is contained in:
parent
83ea8b0779
commit
7ef9f10712
@ -16,7 +16,8 @@ import datetime
|
|||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
MACEMU_CFLAGS = "-mwin32"
|
MACEMU_CFLAGS = "-mwin32"
|
||||||
MACEMU_CXXFLAGS = "-mwin32 -std=gnu++11 -U__STRICT_ANSI__"
|
# TODO check if __STRICT_ANSI__ is still required since we switched to gnu++11
|
||||||
|
MACEMU_CXXFLAGS = "-mwin32 -std=gnu++11"
|
||||||
|
|
||||||
script_path = os.path.dirname(os.path.abspath(__file__))
|
script_path = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user