mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #1751 -- Remove XP_IOS
This commit is contained in:
parent
d29e4f8306
commit
a9c8f3a84a
9 changed files with 6 additions and 74 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue