commit | 0051302ec731178241cdd6292db2772e9046e85d | [log] [tgz] |
---|---|---|
author | Derek Chow <derekjchow@google.com> | Thu Oct 24 10:12:52 2024 -0700 |
committer | Derek Chow <derekjchow@google.com> | Thu Oct 24 10:12:52 2024 -0700 |
tree | 9218a454bcbd650deda87c798b6bd31431c4e89e | |
parent | 0674a809bcb5896c3973b794a3deeb4711d0f798 [diff] |
Set CMAKE_INSTALL_LIBDIR in systemc build systemc will build into lib64 in Rocky 8. Change-Id: I1f948448b55d33976b0c658216368f7543f442f0
diff --git a/external/systemc.BUILD b/external/systemc.BUILD index 9d62604..79f1579 100644 --- a/external/systemc.BUILD +++ b/external/systemc.BUILD
@@ -13,6 +13,7 @@ "CMAKE_POSITION_INDEPENDENT_CODE": "ON", "CMAKE_CXX_STANDARD": "17", "BUILD_SHARED_LIBS": "False", + "CMAKE_INSTALL_LIBDIR": "lib", }, generate_args = [ "-G Ninja",