diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-09 20:11:15 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-09 20:11:15 -0500 |
commit | 77fc1ec5da2809f0bd74def06658defa3d4c375e (patch) | |
tree | debdb4b59cfc1fd462a410b1cec6e389d0db876b | |
parent | 5340a11530316bd70e5314b53961ff7b1796d68b (diff) | |
download | lite-xl-plugin-manager-0.992.tar.gz lite-xl-plugin-manager-0.992.zip |
Sigh.v0.992
-rw-r--r-- | src/lpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |