mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
ignore vcredist when performing fixup_bundle
This commit is contained in:
parent
a5e671e0fd
commit
c329a58c14
1 changed files with 1 additions and 2 deletions
|
@ -45,5 +45,4 @@ else()
|
|||
endif()
|
||||
|
||||
file(GLOB EXTRA_PLUGINS "${BUNDLE_PLUGIN_DIR}/*.${PLUGIN_EXTENSION}")
|
||||
fixup_bundle("${BUNDLE_EXECUTABLE}" "${EXTRA_PLUGINS}" "@FIXUP_LIBS@")
|
||||
|
||||
fixup_bundle("${BUNDLE_EXECUTABLE}" "${EXTRA_PLUGINS}" "@FIXUP_LIBS@" IGNORE_ITEM "vcredist_x86.exe;vcredist_x64.exe")
|
||||
|
|
Loading…
Reference in a new issue