summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-08-16 00:11:38 +0200
committerAmlal <amlal@nekernel.org>2025-08-16 00:11:38 +0200
commit0c14f7cff6535d110bc95a7699db043d8aa9aa1a (patch)
tree755d6bf288f0bd474641d9ace1de290991feffee
parentb71c7caf229abc4b24f79646fcd37af52f4bc918 (diff)
fix: fix build to fix unit tests.v0.0.3-release
Signed-off-by: Amlal <amlal@nekernel.org>
-rw-r--r--tools/pef-amd64-cxxdrv.cc2
1 files changed, 1 insertions, 1 deletions
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";