mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-02 23:27:26 -04:00
Allow compiling for Android (native, non-Termux); small formatting fixes
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
package core
|
||||
|
||||
var EntryRoot = Home + "/.local/share/libmutton" // Path to libmutton entry directory
|
||||
var ConfigDir = Home + "/.config/libmutton" // Path to libmutton configuration directory
|
||||
var ConfigPath = ConfigDir + "/libmutton.ini" // Path to libmutton configuration file
|
||||
var (
|
||||
EntryRoot = Home + "/.local/share/libmutton" // Path to libmutton entry directory
|
||||
ConfigDir = Home + "/.config/libmutton" // Path to libmutton configuration directory
|
||||
ConfigPath = ConfigDir + "/libmutton.ini" // Path to libmutton configuration file
|
||||
)
|
||||
|
||||
const (
|
||||
PathSeparator = "/" // Platform-specific path separator
|
||||
|
||||
Reference in New Issue
Block a user