Skip to content

Commit

Permalink
Merge pull request #2419 from redorav/fix-arch-regression
Browse files Browse the repository at this point in the history
Remove the 'Android' architecture from pre-vs2015 support
  • Loading branch information
nickclark2016 authored Jan 17, 2025
2 parents 07896b9 + f2d9045 commit da8cacd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion modules/vstudio/tests/android/test_android_project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
externalincludedirs { "externalincludedirs" }
prepareOutputProperties()
test.capture [[
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Android'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<IntDir>obj\Debug\</IntDir>
<TargetName>MyProject</TargetName>
<TargetExt>
Expand Down
4 changes: 0 additions & 4 deletions modules/vstudio/vstudio.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
win32 = "x86",
}

if _ACTION < "vs2015" then
vstudio.vs2010_architectures.android = "Android"
end

local function architecture(system, arch)
local result
if _ACTION >= "vs2010" then
Expand Down

0 comments on commit da8cacd

Please sign in to comment.