Skip to content

Commit 748ea6a

Browse files
committed
Build - switch boost to src that matches specific scsynth release
We include scsynth 3.11.1 in the prebuild dir, so use the boost that is included in the SuperCollider source tree with tag Version-3.11.1 This fixes the scope and app closing issue on macOS. Needs testing on other platforms...
1 parent 97ed6ca commit 748ea6a

File tree

14,647 files changed

+186864
-2238335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

14,647 files changed

+186864
-2238335
lines changed

app/gui/qt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ set_property(TARGET ${APP_NAME} PROPERTY POSITION_INDEPENDENT_CODE ON) # Qt requ
186186
target_include_directories(${APP_NAME}
187187
PRIVATE
188188
${APP_ROOT}
189-
${APP_ROOT}/external/boost_1_72_0
189+
${APP_ROOT}/external/scsynth_3_11_1_boost
190190
${APP_ROOT}/external
191191
${APP_ROOT}/osc
192192
${APP_ROOT}/model

app/gui/qt/external/boost_1_72_0/boost/accumulators/accumulators.hpp

Lines changed: 0 additions & 27 deletions
This file was deleted.

app/gui/qt/external/boost_1_72_0/boost/accumulators/accumulators_fwd.hpp

Lines changed: 0 additions & 232 deletions
This file was deleted.

app/gui/qt/external/boost_1_72_0/boost/accumulators/framework/accumulator_base.hpp

Lines changed: 0 additions & 65 deletions
This file was deleted.

app/gui/qt/external/boost_1_72_0/boost/accumulators/framework/accumulator_concept.hpp

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)