cgal_demo_copy_all_dlls_cygwin takes two arguments:

target_directory config_type
This commit is contained in:
Jane Tournois 2023-04-24 19:08:32 +02:00
parent 53baaf70fd
commit 8c2b0b4065
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ collect_demo_binaries()
for demo_dir in *_Demo; do for demo_dir in *_Demo; do
echo "pushd ${demo_dir}" echo "pushd ${demo_dir}"
pushd "${demo_dir}" pushd "${demo_dir}"
bash ../cgal_demo_copy_all_dlls_cygwin.sh "${demo_dir}_with_dlls" "" bash ../cgal_demo_copy_all_dlls_cygwin.sh "${demo_dir}_with_dlls" "${CONFIG_TYPE}"
mv "${demo_dir}_with_dlls" .. mv "${demo_dir}_with_dlls" ..
popd popd
done done