mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
added proper platform for xcode (nw)
This commit is contained in:
parent
eff5fe54bc
commit
2043e6ce2d
@ -444,11 +444,17 @@ configurations {
|
|||||||
"Release",
|
"Release",
|
||||||
}
|
}
|
||||||
|
|
||||||
platforms {
|
if _ACTION == "xcode4" then
|
||||||
"x32",
|
platforms {
|
||||||
"x64",
|
"Universal",
|
||||||
"Native", -- for targets where bitness is not specified
|
}
|
||||||
}
|
else
|
||||||
|
platforms {
|
||||||
|
"x32",
|
||||||
|
"x64",
|
||||||
|
"Native", -- for targets where bitness is not specified
|
||||||
|
}
|
||||||
|
end
|
||||||
|
|
||||||
language "C++"
|
language "C++"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user