You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// build for the host platform
cd ./tbox
xmake
// build for the iphoneos platform
cd ./tbox
xmake f -p iphoneos
xmake
// build for the android platform
cd ./tbox
xmake f -p android --ndk=xxxxx
xmake