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