aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-09 20:11:15 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-09 20:11:15 -0500
commit77fc1ec5da2809f0bd74def06658defa3d4c375e (patch)
treedebdb4b59cfc1fd462a410b1cec6e389d0db876b
parent5340a11530316bd70e5314b53961ff7b1796d68b (diff)
downloadlite-xl-plugin-manager-0.992.tar.gz
lite-xl-plugin-manager-0.992.zip
Sigh.v0.992
-rw-r--r--src/lpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpm.c b/src/lpm.c
index 2697f37..f2e9799 100644
--- a/src/lpm.c
+++ b/src/lpm.c
@@ -999,7 +999,7 @@ static const luaL_Reg system_lib[] = {
#endif
#endif
#ifndef LITE_ARCH_TUPLE
- #define LITE_ARCH_TUPLE (ARCH_PROCESSOR "-" ARCH_PLATFORM)
+ #define LITE_ARCH_TUPLE ARCH_PROCESSOR "-" ARCH_PLATFORM
#endif