Fix xmake.lua

This commit is contained in:
Jérôme Leclercq 2021-08-23 19:35:45 +02:00
parent 72b959d6ca
commit 0bb443b0d0
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ add_rules("build_rendererplugins")
set_allowedmodes("asan", "debug", "releasedbg")
set_allowedplats("windows", "mingw", "linux", "macosx")
set_allowedarchs("windows|x64", "mingw|x86_64" "linux|x86_64", "macosx|x86_64")
set_allowedarchs("windows|x64", "mingw|x86_64", "linux|x86_64", "macosx|x86_64")
set_defaultmode("debug")
if is_mode("debug") then