瀏覽代碼

Turn off Beep failure for BeefBuild

Brian Fiete 3 年之前
父節點
當前提交
208f9f2c60
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      IDE/src/IDEApp.bf

+ 1 - 1
IDE/src/IDEApp.bf

@@ -14471,7 +14471,7 @@ namespace IDE
         	
         public static void Beep(MessageBeepType type)
         {
-#if BF_PLATFORM_WINDOWS
+#if BF_PLATFORM_WINDOWS && !CLI
         	MessageBeep(type);
 #endif        	
         }