1
0
Fork 0

Use a different folder for libs_loc

Probably it should be taken from environment variable in future?
This commit is contained in:
Eric Kotato 2021-01-04 08:17:59 +03:00
parent de62d0c7f1
commit e1d705b58c

View file

@ -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()