mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
14 lines
782 B
Diff
14 lines
782 B
Diff
diff --git a/src/huggle_core/definitions_prod.hpp b/src/huggle_core/definitions_prod.hpp
|
|
index 1fc5b1fb..17881ade 100644
|
|
--- a/src/huggle_core/definitions_prod.hpp
|
|
+++ b/src/huggle_core/definitions_prod.hpp
|
|
@@ -216,7 +216,7 @@ namespace std { typedef decltype(nullptr) nullptr_t; }
|
|
#define HUGGLE_GLOBAL_EXTENSION_PATH QCoreApplication::applicationDirPath() + "/extensions"
|
|
#elif defined __linux__
|
|
#define HUGGLE_UPDATER_PLATFORM_TYPE "linux"
|
|
- #define HUGGLE_GLOBAL_EXTENSION_PATH "/usr/local/share/huggle/extensions"
|
|
+ #define HUGGLE_GLOBAL_EXTENSION_PATH "@out@/share/huggle/extensions"
|
|
#elif defined HUGGLE_WIN
|
|
// This is needed by yaml cpp library, otherwise it won't build with MSVC
|
|
#define YAML_CPP_DLL
|