CMake: Remove iOS workaround
Not needed anymore since the fix in 60c620c28c
.
Closes https://github.com/wxWidgets/wxWidgets/pull/2308
This commit is contained in:
committed by
Vadim Zeitlin
parent
e961ca8617
commit
c968e49b13
@@ -90,7 +90,7 @@ function(wx_write_config)
|
||||
set(WX_CHARTYPE ansi)
|
||||
set(lib_unicode_suffix)
|
||||
endif()
|
||||
if(CMAKE_CROSSCOMPILING AND NOT IPHONE)
|
||||
if(CMAKE_CROSSCOMPILING)
|
||||
set(cross_compiling yes)
|
||||
set(host_alias ${CMAKE_SYSTEM_NAME})
|
||||
else()
|
||||
|
Reference in New Issue
Block a user