瀏覽代碼

Added midding musl definition support.

woollybah 9 年之前
父節點
當前提交
cc9d80fec1
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      bmk_modutil.bmx

+ 5 - 0
bmk_modutil.bmx

@@ -638,6 +638,11 @@ Function ParseSourceFile:TSourceFile( path$ )
 					If processor.BCCVersion() <> "BlitzMax" Then
 						cc=True
 					End If
+				Case "musl"
+					cc=False
+					If processor.Platform() = "linux" Or processor.Platform() ="raspberrypi"
+						 cc=True
+					End If
 				Default
 					cc=False
 				End Select