Skip to content

Commit 2f72894

Browse files
committed
Mark iMix.c as matching
1 parent 9281cf5 commit 2f72894

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

configure.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -486,11 +486,7 @@ def MatchingFor(*versions):
486486
Object(Matching, "SB/Core/gc/iMath.cpp"),
487487
Object(NonMatching, "SB/Core/gc/iMath3.cpp"),
488488
Object(NonMatching, "SB/Core/gc/iMemMgr.cpp"),
489-
<<<<<<< HEAD
490-
Object(NonMatching, "SB/Core/gc/iMix.c"),
491-
=======
492-
Object(Matching, "SB/Core/gc/iMix.c", extra_cflags=["-sym on"]),
493-
>>>>>>> f73e3f6 (Fix build by using correct types)
489+
Object(Matching, "SB/Core/gc/iMix.c"),
494490
Object(NonMatching, "SB/Core/gc/iModel.cpp"),
495491
Object(NonMatching, "SB/Core/gc/iMorph.cpp"),
496492
Object(Equivalent, "SB/Core/gc/iPad.cpp"),

0 commit comments

Comments
 (0)