wsl (maybe linux?) fix?

This commit is contained in:
Elijah Thomas
2023-10-06 08:48:45 -04:00
parent 4ae5fe5753
commit 9d52a2d420
3 changed files with 1 additions and 10 deletions
-6
View File
@@ -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",
# [ ],
# ),
-3
View File
@@ -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 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
2 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
View File
@@ -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)