From 29e2c6e1f958177a20064897b915129b3968b34e Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Sat, 5 Apr 2025 22:22:44 +0100 Subject: [PATCH] Restore destination flag warning --- tools/hxcpp/BuildTool.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hxcpp/BuildTool.hx b/tools/hxcpp/BuildTool.hx index af11b4daa..eaf948b39 100644 --- a/tools/hxcpp/BuildTool.hx +++ b/tools/hxcpp/BuildTool.hx @@ -772,7 +772,7 @@ class BuildTool } Profile.pop(); case _ if (inDestination != null): - Log.v('Target \'${inTarget}\' does not output a file, so \'destination\' has been ignored'); + Log.warn('Target \'${inTarget}\' does not output a file, so \'destination\' has been ignored'); } if (mCopyFiles.length>0)