From 6cbf3205ad6a8612d743d29c3970497dc1dbc531 Mon Sep 17 00:00:00 2001 From: Yuxiao Mao Date: Tue, 15 Oct 2024 12:35:38 +0200 Subject: [PATCH] Fix path change in merge --- tests/runci/targets/Hl.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runci/targets/Hl.hx b/tests/runci/targets/Hl.hx index ca2faf46310..3a561ef712a 100644 --- a/tests/runci/targets/Hl.hx +++ b/tests/runci/targets/Hl.hx @@ -75,7 +75,7 @@ class Hl { if (systemName == "Windows") { Sys.putEnv("HASHLINK_SRC", hlSrc); - Sys.putEnv("HASHLINK_BIN", hlBuildBinDir); + Sys.putEnv("HASHLINK_BIN", hlInstallBinDir); } }