ui_work
This commit is contained in:
@@ -28,8 +28,8 @@ int main(int argc, char **argv) {
|
||||
bool run_server = false;
|
||||
|
||||
bool core_test_target = false;
|
||||
bool win32_target = false;
|
||||
bool wasm_target = true;
|
||||
bool win32_target = true;
|
||||
bool wasm_target = false;
|
||||
|
||||
if (execute_python_snippets) {
|
||||
sb8_t *sb = sb8_serial_begin(arena);
|
||||
|
||||
Reference in New Issue
Block a user