소스 검색

Fixed obj-c build order.

woollybah 5 년 전
부모
커밋
ecce28c795
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 0
      CHANGELOG
  2. 1 1
      bmk_make.bmx

+ 2 - 0
CHANGELOG

@@ -2,6 +2,8 @@
 ### Added
  - macOS "arm64" build option.
  - Custom macOS toolchain configuration.
+### Fixed
+ - obj-C sources now built in correct order.
 
 ## [3.43] - 2020-07-05
 ### Fixed

+ 1 - 1
bmk_make.bmx

@@ -1595,7 +1595,7 @@ Type TBuildManager Extends TCallback
 		For Local i:Int = 0 Until 3
 			Select i
 				Case 0
-					suffix = ["c", "cpp", "cc", "cxx"]
+					suffix = ["c", "cpp", "cc", "cxx", "m", "mm"]
 				Case 1
 					suffix = ["o"]
 					stage = STAGE_LINK