-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Description
Xmake Version
dev
Operating System Version and Architecture
N/A
Describe Bug
Expected Behavior
Disable some plat and arm arch.
-- now
"windows|!arm*", "linux|!arm*", "macosx|!arm*", "bsd|!arm*", "mingw|!arm*", "msys|!arm*", "android|!arm*"
-- require
"*|!arm*", "!wasm", "!cross"
-- or
"!wasm,!cross|!arm*"
Project Configuration
N/A
Additional Information and Error Logs
N/A