Просмотр исходного кода

Added midding musl definition support.

woollybah 9 лет назад
Родитель
Сommit
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
 					If processor.BCCVersion() <> "BlitzMax" Then
 						cc=True
 						cc=True
 					End If
 					End If
+				Case "musl"
+					cc=False
+					If processor.Platform() = "linux" Or processor.Platform() ="raspberrypi"
+						 cc=True
+					End If
 				Default
 				Default
 					cc=False
 					cc=False
 				End Select
 				End Select