mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 04:21: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()
|
endif()
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
set(CPACK_GENERATOR ZIP)
|
set(CPACK_GENERATOR ZIP)
|
||||||
elseif(APPLE)
|
elseif(APPLE AND NOT IOS)
|
||||||
set(CPACK_GENERATOR DragNDrop)
|
set(CPACK_GENERATOR DragNDrop)
|
||||||
else()
|
else()
|
||||||
set(CPACK_GENERATOR TGZ)
|
set(CPACK_GENERATOR TGZ)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user