Skip to content

Commit cc739ad

Browse files
authored
Link zNPCGoalCommon (#686)
1 parent d4a777a commit cc739ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def MatchingFor(*versions):
547547
Object(Matching, "SB/Core/gc/iTime.cpp"),
548548
Object(NonMatching, "SB/Core/gc/ngcrad3d.c"),
549549
Object(Matching, "SB/Game/zNPCGoals.cpp"),
550-
Object(NonMatching, "SB/Game/zNPCGoalCommon.cpp"), # wrong function order
550+
Object(Matching, "SB/Game/zNPCGoalCommon.cpp", extra_cflags=["-sym on"]),
551551
Object(NonMatching, "SB/Game/zNPCGoalStd.cpp", extra_cflags=["-sym on"]),
552552
Object(NonMatching, "SB/Game/zNPCGoalRobo.cpp", extra_cflags=["-sym on"]),
553553
Object(Matching, "SB/Game/zNPCGoalTiki.cpp", extra_cflags=["-sym on"]),

0 commit comments

Comments
 (0)