Skip to content

Commit

Permalink
Fix path change in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Oct 15, 2024
1 parent 426e9af commit 6cbf320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runci/targets/Hl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Hl {

if (systemName == "Windows") {
Sys.putEnv("HASHLINK_SRC", hlSrc);
Sys.putEnv("HASHLINK_BIN", hlBuildBinDir);
Sys.putEnv("HASHLINK_BIN", hlInstallBinDir);
}
}

Expand Down

0 comments on commit 6cbf320

Please sign in to comment.