mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-02 20:11:15 +00:00
🔨 fix: dont use dragndrop when ios
This commit is contained in:
parent
8e36947fd4
commit
bb2c8bcb46
@ -804,7 +804,7 @@ if(WINDOWS_STORE)
|
||||
endif()
|
||||
if(MSVC)
|
||||
set(CPACK_GENERATOR ZIP)
|
||||
elseif(APPLE)
|
||||
elseif(APPLE AND NOT IOS)
|
||||
set(CPACK_GENERATOR DragNDrop)
|
||||
else()
|
||||
set(CPACK_GENERATOR TGZ)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user