We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9281cf5 commit 2f72894Copy full SHA for 2f72894
configure.py
@@ -486,11 +486,7 @@ def MatchingFor(*versions):
486
Object(Matching, "SB/Core/gc/iMath.cpp"),
487
Object(NonMatching, "SB/Core/gc/iMath3.cpp"),
488
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)
+ Object(Matching, "SB/Core/gc/iMix.c"),
494
Object(NonMatching, "SB/Core/gc/iModel.cpp"),
495
Object(NonMatching, "SB/Core/gc/iMorph.cpp"),
496
Object(Equivalent, "SB/Core/gc/iPad.cpp"),
0 commit comments