Use a different folder for libs_loc
Probably it should be taken from environment variable in future?
This commit is contained in:
parent
de62d0c7f1
commit
e1d705b58c
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ else()
|
|||
endif()
|
||||
|
||||
if (build_win64)
|
||||
get_filename_component(libs_loc "../Libraries/win64" REALPATH)
|
||||
get_filename_component(libs_loc "../Libraries64" REALPATH)
|
||||
elseif (NOT APPLE OR build_osx)
|
||||
get_filename_component(libs_loc "../Libraries" REALPATH)
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue