aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-29 02:24:59 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-06-29 02:25:23 +0200
commitc420e3ce861bff2433c7f3e6da3bb9df18c8e095 (patch)
treed76b4be3db76f7305080ffa0b9ba82c9020dff7b /config.h.in
parent11567dc05cba0c8c5cd36523063066666a212caf (diff)
downloadponymap-c420e3ce861bff2433c7f3e6da3bb9df18c8e095.tar.gz
ponymap-c420e3ce861bff2433c7f3e6da3bb9df18c8e095.tar.xz
ponymap-c420e3ce861bff2433c7f3e6da3bb9df18c8e095.zip
Fix plugin search path on Nix
Even its non-full GNUInstallDirs paths are absolute, which is apparently allowed.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index d35dfe2..124feae 100644
--- a/config.h.in
+++ b/config.h.in
@@ -5,6 +5,6 @@
#define PROGRAM_VERSION "${PROJECT_VERSION}"
#cmakedefine WITH_LUA
-#define PLUGIN_DIR "${CMAKE_INSTALL_PREFIX}/${plugin_dir}"
+#define PLUGIN_DIR "${full_plugin_dir}"
#endif // ! CONFIG_H