Remove Win32 & Win64 target platforms'

This commit is contained in:
zosrothko 2018-03-30 18:02:33 +02:00
parent fe90fd6b2c
commit 57acbfd593

View File

@ -466,8 +466,6 @@ subprojects {
} }
components { components {
withType(NativeComponentSpec) { withType(NativeComponentSpec) {
// targetPlatform "win32"
// targetPlatform "win64"
targetPlatform "linux32" targetPlatform "linux32"
targetPlatform "linux64" targetPlatform "linux64"
targetPlatform "macos" targetPlatform "macos"