mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
OS/2 patch [KO Myung-Hun]
This commit is contained in:
parent
5f19489cd2
commit
56f37631da
@ -693,10 +693,17 @@ if string.find(_OPTIONS["gcc"], "clang") and ((version < 30500) or (_OPTIONS["ta
|
|||||||
"-std=c++1y",
|
"-std=c++1y",
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
buildoptions_cpp {
|
if _OPTIONS["targetos"]=="os2" then
|
||||||
"-x c++",
|
buildoptions_cpp {
|
||||||
"-std=c++14",
|
"-x c++",
|
||||||
}
|
"-std=gnu++14",
|
||||||
|
}
|
||||||
|
else
|
||||||
|
buildoptions_cpp {
|
||||||
|
"-x c++",
|
||||||
|
"-std=c++14",
|
||||||
|
}
|
||||||
|
end
|
||||||
|
|
||||||
buildoptions_objc {
|
buildoptions_objc {
|
||||||
"-x objective-c++",
|
"-x objective-c++",
|
||||||
|
Loading…
Reference in New Issue
Block a user