mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 22:27:25 +00:00
Add 'posix' as a platform suffix
This commit is contained in:
parent
f17b80c61e
commit
204e885d3d
1 changed files with 5 additions and 1 deletions
|
|
@ -7,4 +7,8 @@ build_tools = "tools/build"
|
|||
build_scripts = build_tools .. "/scripts"
|
||||
build_tools_src = build_tools .. "/src"
|
||||
|
||||
platform_suffix = "win"
|
||||
if os.is("windows") then
|
||||
platform_suffix = "win"
|
||||
else
|
||||
platform_suffix = "posix"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue