mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Fix config for emu64
This commit is contained in:
+1
-1
@@ -345,7 +345,7 @@ config.libs = [
|
||||
"progress_category": "library",
|
||||
"src_dir": "src/static",
|
||||
"objects": [
|
||||
Object(NonMatching, "libforest/emu64/emu64.cc"),
|
||||
Object(NonMatching, "libforest/emu64/emu64.cc", extra_cflags=["-lang=c++", "-O4,p", "-inline auto"]),
|
||||
Object(Matching, "libforest/osreport.c"),
|
||||
Object(Matching, "libforest/fault.c"),
|
||||
Object(Matching, "libforest/ReconfigBATs.c"),
|
||||
|
||||
@@ -1322,6 +1322,7 @@ def generate_objdiff_config(
|
||||
"*.txt",
|
||||
"*.json",
|
||||
"*.c_inc",
|
||||
"*.cc",
|
||||
],
|
||||
"units": [],
|
||||
"progress_categories": [],
|
||||
|
||||
Reference in New Issue
Block a user