mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-05 12:56:52 +01:00
Change USE_BUNDLE default
This commit is contained in:
parent
ffba5f7d31
commit
78ccce7d1a
@ -390,10 +390,10 @@ optional_component(MOODBAR ON "Moodbar"
|
||||
DEPENDS "gstreamer" HAVE_GSTREAMER
|
||||
)
|
||||
|
||||
if(LINUX OR APPLE)
|
||||
option(USE_BUNDLE "Bundle dependencies" OFF)
|
||||
elseif(WIN32)
|
||||
if(APPLE OR WIN32)
|
||||
option(USE_BUNDLE "Bundle dependencies" ON)
|
||||
else()
|
||||
option(USE_BUNDLE "Bundle dependencies" OFF)
|
||||
endif()
|
||||
|
||||
if (USE_BUNDLE AND NOT USE_BUNDLE_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user