From 0c14f7cff6535d110bc95a7699db043d8aa9aa1a Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 16 Aug 2025 00:11:38 +0200 Subject: fix: fix build to fix unit tests. Signed-off-by: Amlal --- tools/pef-amd64-cxxdrv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pef-amd64-cxxdrv.cc b/tools/pef-amd64-cxxdrv.cc index f2018ec..d6bf5b4 100644 --- a/tools/pef-amd64-cxxdrv.cc +++ b/tools/pef-amd64-cxxdrv.cc @@ -16,7 +16,7 @@ #ifdef __APPLE__ static auto kPath = "/usr/local/lib/libCompilerKit.dylib"; #else -static auto kPath = "/usr/local/lib/libCompilerKit.so"; +static auto kPath = "/usr/lib/libCompilerKit.so"; #endif static auto kSymbol = "CompilerCPlusPlusAMD64"; -- cgit v1.2.3