mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
also call fixup_bundle for release builds on win
This commit is contained in:
parent
87ce55cc42
commit
71dd443ae2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
|
||||
macro(COPY_DLLS_BESIDE_WINDOWS_EXECUTABLE)
|
||||
if (WIN32 AND NOT UPPER_CMAKE_BUILD_TYPE MATCHES RELEASE)
|
||||
if (WIN32)
|
||||
|
||||
configure_file(
|
||||
${HIFI_CMAKE_DIR}/templates/FixupBundlePostBuild.cmake.in
|
||||
|
|
Loading…
Reference in a new issue