work on android port

This commit is contained in:
2026-06-16 04:21:59 +03:00
parent 900b12a6a6
commit 52aa5803af
29 changed files with 499 additions and 272 deletions

View File

@@ -25,5 +25,11 @@ DECLARE_BUILD_STAGE(config)
ADD_OUTPUT_VALUE("steam", "true");
ADD_OUTPUT_OBJECT("steam_lib", EXTERNAL"steamworks/redistributable_bin/win64/steam_api64.dll");
}
if (Target_t::DefaultTarget().kernel == TARGET_KERNEL_ANDROID)
{
ADD_OUTPUT_VALUE("static", "true");
ADD_OUTPUT_VALUE("bundle", "true");
ADD_OUTPUT_VALUE("steam", "false");
}
return 0;
}