Skip to content

Commit d245b68

Browse files
committed
Linux: get architecture from cmake
1 parent 09bd20f commit d245b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if (WIN32)
8989
elseif (APPLE)
9090
set(LIBSDIR "Frameworks")
9191
elseif (UNIX)
92-
set(LIBSDIR "lib/x86_64-linux-gnu")
92+
set(LIBSDIR "lib/${CMAKE_C_LIBRARY_ARCHITECTURE}")
9393
endif ()
9494

9595
if (ANDROID)

0 commit comments

Comments
 (0)