migrate to docker tree

This commit is contained in:
2020-05-07 17:41:48 +03:00
parent 96dd4202d5
commit 3267e13aa8
10 changed files with 152 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ else()
link_directories(/usr/local/lib)
endif()
else()
set(CMAKE_INSTALL_RPATH "\$ORIGIN/lib")
set(CMAKE_INSTALL_RPATH "\$ORIGIN;\$ORIGIN/lib")
endif()
endif()
if (DEFINED ANDROID_PLATFORM)