work on android port
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user