mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Use CMAKE_INSTALL_LIBDIR instead of wxStandardPaths::GetPluginsDir() to determine plugin directory. Fixes lp:1682812 https://bugs.launchpad.net/kicad/+bug/1682812
2 lines
43 B
C
2 lines
43 B
C
#define PLUGINDIR "@CMAKE_INSTALL_LIBDIR@"
|