mirror of
https://github.com/zeldaret/ss
synced 2026-05-26 23:47:22 -04:00
wsl (maybe linux?) fix?
This commit is contained in:
@@ -151,9 +151,7 @@ cflags_base = [
|
||||
"-fp_contract on",
|
||||
"-str reuse",
|
||||
# "-multibyte",
|
||||
# "-I-",
|
||||
"-i include",
|
||||
"-i include/lib",
|
||||
f"-DVERSION={version_num}",
|
||||
]
|
||||
if config.debug:
|
||||
@@ -264,10 +262,6 @@ config.libs = [
|
||||
],
|
||||
},
|
||||
# DolphinLib(
|
||||
# "base",
|
||||
# [ ],
|
||||
# ),
|
||||
# DolphinLib(
|
||||
# "name",
|
||||
# [ ],
|
||||
# ),
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
code_count_in_rupees,code_completion_in_bytes,code_completion_in_percentage,data_count_in_gratitude crystals,data_completion_in_bytes,data_completion_in_percentage,sentence,created_at
|
||||
0,0,0.0,0,0,0.0,"
|
||||
You have 0 out of 9999 Rupees and 0 out of 80 gratitude crystals.",2023-07-12 16:27:48.804596
|
||||
|
+1
-1
@@ -99,7 +99,7 @@ class Object:
|
||||
"add_to_all": True,
|
||||
"cflags": None,
|
||||
"mw_version": None,
|
||||
"shiftjis": True,
|
||||
"shiftjis": False, # NOTE: This was defaulted to True -> caused it to not build in wsl?
|
||||
"source": name,
|
||||
}
|
||||
self.options.update(options)
|
||||
|
||||
Reference in New Issue
Block a user