Skip to content

Commit 6cbf320

Browse files
committed
Fix path change in merge
1 parent 426e9af commit 6cbf320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runci/targets/Hl.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Hl {
7575

7676
if (systemName == "Windows") {
7777
Sys.putEnv("HASHLINK_SRC", hlSrc);
78-
Sys.putEnv("HASHLINK_BIN", hlBuildBinDir);
78+
Sys.putEnv("HASHLINK_BIN", hlInstallBinDir);
7979
}
8080
}
8181

0 commit comments

Comments
 (0)