We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b098d commit bf54513Copy full SHA for bf54513
cmake/yup_standalone.cmake
@@ -187,8 +187,8 @@ function (yup_standalone_app)
187
-sDEFAULT_LIBRARY_FUNCS_TO_INCLUDE='$dynCall','$stackTrace'
188
--shell-file "${YUP_ARG_CUSTOM_SHELL}")
189
190
- foreach (preload_file ${YUP_ARG_PRELOAD_FILES})
191
- list (APPEND additional_link_options --preload-file ${preload_file})
+ foreach (preload_file IN LISTS ${YUP_ARG_PRELOAD_FILES})
+ list (APPEND additional_link_options --preload-file "${preload_file}")
192
endforeach()
193
194
set (target_copy_dest "$<TARGET_FILE_DIR:${target_name}>")
0 commit comments