Forráskód Böngészése

Merge pull request #15 from GWRon/fix_compilation

Fix: corrected ExtractExt()-command, re-enables compilation of bmk
Brucey 10 éve
szülő
commit
504522bf81
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      bmk_modutil.bmx

+ 1 - 1
bmk_modutil.bmx

@@ -135,7 +135,7 @@ Type TSourceFile
 		If ext = "o" Then
 		If ext = "o" Then
 			Local file:String = StripExt(o_path)
 			Local file:String = StripExt(o_path)
 			Local fp:String = StripExt(file)
 			Local fp:String = StripExt(file)
-			Select file.ExtractExt(file)
+			Select ExtractExt(file)
 				Case "arm64"
 				Case "arm64"
 					fp :+ ".armv7.o"
 					fp :+ ".armv7.o"
 				Case "armv7"
 				Case "armv7"