Bläddra i källkod

Fix: corrected ExtractExt()-command, re-enables compilation of bmk

Closes bmx-ng/bmk#14
Ronny Otto 10 år sedan
förälder
incheckning
6fca4833f5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      bmk_modutil.bmx

+ 1 - 1
bmk_modutil.bmx

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