Skip to content

Commit

Permalink
Comment out example link_order_callback contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Dec 31, 2024
1 parent 76ea68d commit 2150ff1
Showing 1 changed file 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 @@ -1420,10 +1420,10 @@ def MatchingFor(*versions):
def link_order_callback(
module_id: int, units: List[str]
) -> Sequence[Union[str, BuildConfigUnit]]:
if module_id == 0: # DOL
return units + [
{"object": "dummy.o", "name": "dummy.c", "autogenerated": False}
]
#if module_id == 0: # DOL
# return units + [
# {"object": "dummy.o", "name": "dummy.c", "autogenerated": False}
# ]
return units


Expand Down

0 comments on commit 2150ff1

Please sign in to comment.