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

restore _extra_libs, lost in 45501527

parent 7eef68dd
No related branches found
No related tags found
1 merge request!2498repairs following the MakePythonWheel refactoring of 26mar (#940)
...@@ -75,12 +75,12 @@ endforeach() ...@@ -75,12 +75,12 @@ endforeach()
# external library dependencies # external library dependencies
if(WIN32) if(WIN32)
set(_sources "${BA_Dependencies_WIN32}") set(_extra_libs "${BA_Dependencies_WIN32}")
else() else()
set(_sources "${BA_Dependencies}") set(_extra_libs "${BA_Dependencies}")
endif() endif()
foreach(_src ${_sources}) foreach(_src ${_extra_libs})
configure_file(${_src} ${BA_PY_EXTRA_LIBRARY_OUTPUT_DIR} COPYONLY) configure_file(${_src} ${BA_PY_EXTRA_LIBRARY_OUTPUT_DIR} COPYONLY)
endforeach() endforeach()
......
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