Issue #1751 -- Remove XP_IOS

This commit is contained in:
Moonchild 2021-05-01 07:15:13 +00:00 committed by roytam1
commit a9c8f3a84a
9 changed files with 6 additions and 74 deletions

View file

@ -549,13 +549,6 @@ def target_is_darwin(target):
set_define('XP_DARWIN', target_is_darwin)
@depends(target)
def target_is_ios(target):
if target.kernel == 'Darwin' and target.os == 'iOS':
return True
set_define('XP_IOS', target_is_ios)
@depends(target)
def target_is_osx(target):
if target.kernel == 'Darwin' and target.os == 'OSX':