Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Jun 29, 2024
1 parent 248c471 commit 5b0b9ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/misc/neko/projects/Issue10937/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ function main() {

trace(neko.vm.Loader.local().getPath());
final ndllPath = neko.vm.Loader.local().getPath()[0];

final arch = neko.Lib.nekoToHaxe(neko.Lib.load("std", "sys_cpu_arch", 0)());
trace(arch);

if (ndllPath.endsWith(expectedNdllSubDir)) {
Sys.println("Success");
} else {
Expand Down

0 comments on commit 5b0b9ae

Please sign in to comment.