mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 03:04:33 +02:00
use incredibly dumb win path to 64-bit dlls
This commit is contained in:
parent
47a630f0ad
commit
53eee27086
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
macro(manually_install_msvc)
|
||||
if (WIN32)
|
||||
# look for the msvcr DLLs required by this target
|
||||
find_path(MSVC_DLL_PATH msvcr120.dll PATHS "C:/Windows/SysWOW64" NO_DEFAULT_PATH)
|
||||
find_path(MSVC_DLL_PATH msvcr120.dll PATHS "C:/Windows/System32" NO_DEFAULT_PATH)
|
||||
|
||||
if (MSVC_DLL_PATH-NOTFOUND)
|
||||
# we didn't get the path to the DLLs - on production or PR build this is a fail
|
||||
|
|
Loading…
Reference in a new issue