Skip to content
Snippets Groups Projects
Commit ad8f25b7 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

when configuring mac_package.py for App, BA_PY_MODE must be OFF (#940)

parent e47633ec
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,8 @@ if(BA_APPLE_BUNDLE)
)
# Qt plugins directory in within the MacOS bundle
set(MACPKG_QT_PLUGINS_DIR PlugIns) # conform to settings in `qt.conf`
# convert CMake list to space-separated lists
set(BA_PY_MODE "OFF")
set(MACPKG_EXTRA_LIBS "${BA_Dependencies}")
configure_file("${CMAKE_SOURCE_DIR}/devtools/deploy/mac/mac_package.py.in"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment