Browse Source

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

Closes bmx-ng/bmk#14
Ronny Otto 10 years ago
parent
commit
6fca4833f5
1 changed files with 1 additions and 1 deletions
  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"