Removed extra macros, used PLATFORM. Also removed MACOS, as it's redundant C code that's already encapsulated within PLATFORM.

This commit is contained in:
Adam Harrison
2021-10-02 18:39:03 +02:00
committed by Francesco Abbate
parent 34983668d8
commit 291616df3f
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -19,3 +19,4 @@ package.path = DATADIR .. '/?.lua;' .. package.path
package.path = DATADIR .. '/?/init.lua;' .. package.path
package.path = USERDIR .. '/?.lua;' .. package.path
package.path = USERDIR .. '/?/init.lua;' .. package.path