targetdir doesn't seem to work on some configurations
Discussed in https://github.com/premake/premake-core/discussions/1810
Originally posted by michael-burrowes-ts February 8, 2022 I have a premake file that prepares settings targeting both Windows and Oculus (android) platforms. Everything seems to work properly, except the android config doesn't seem to get the targetdir set for it. In particular, I'm using the vs2019 action, and using both windows and android configs within vs. I'll see "output directory" set properly when I'm on the windows config, but it's not set when I go to the android one. Wondering if this is a known issue? Maybe an artifact of doing a config with "system 'android'" for vs?
The output was disabled as it broke deployment: https://github.com/premake/premake-core/blob/0078c17a8adacb645b22e03e15204331a8731d9c/modules/android/vsandroid_vcxproj.lua#L634-L642