Skip to content

Commit

Permalink
Delete tools/mwcc_compiler, fix a few source paths
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Sep 13, 2023
1 parent 9c6f228 commit bcf3784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ def ActorRel(status, rel_name):
"cflags": cflags_runtime,
"host": False,
"objects": [
Object(Matching, "Runtime/__init_cpp_exceptions.cpp"),
Object(Matching, "Runtime/Gecko_ExceptionPPC.cp"),
Object(Matching, "Runtime/global_destructor_chain.c"),
Object(Matching, "Runtime.PPCEABI.H/__init_cpp_exceptions.cpp"),
Object(Matching, "Runtime.PPCEABI.H/Gecko_ExceptionPPC.cp"),
Object(Matching, "Runtime.PPCEABI.H/global_destructor_chain.c"),
],
},
{
Expand All @@ -219,7 +219,7 @@ def ActorRel(status, rel_name):
Object(
Matching,
"REL/global_destructor_chain.c",
source="Runtime/global_destructor_chain.c",
source="Runtime.PPCEABI.H/global_destructor_chain.c",
),
],
},
Expand Down
Empty file removed tools/mwcc_compiler/.gitkeep
Empty file.

0 comments on commit bcf3784

Please sign in to comment.