haxelib icon indicating copy to clipboard operation
haxelib copied to clipboard

Better handling of run script ndll paths

Open tobil4sk opened this issue 2 years ago • 0 comments

See https://github.com/HaxeFoundation/haxe/issues/10997

A haxelib run script that depends on another haxelib's ndll should be able to load it on any system, but currently it only works on systems with the same haxelib repository path as the original system. Setting an environment variable from haxelib run (which already has access to the haxelib path) it possible for run scripts to be fully portable in this way, without the script itself needing to know anything about haxelib resolution.

tobil4sk avatar Mar 29 '23 17:03 tobil4sk