You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
haxelib run hxcpp ./path/Build.xml -options ./Options.txt
it would make sense for Options.txt to be loaded from the current directory, not from ./path/Options.txt. Hxcpp currently always resolves it relative to the Build.xml directory.
It would also be nice to see an error if a manually specified Options file doesn't exist. Right now it is just ignored silently.
The text was updated successfully, but these errors were encountered:
tobil4sk
added a commit
to tobil4sk/lime
that referenced
this issue
Jan 23, 2025
When running:
it would make sense for
Options.txt
to be loaded from the current directory, not from./path/Options.txt
. Hxcpp currently always resolves it relative to the Build.xml directory.It would also be nice to see an error if a manually specified Options file doesn't exist. Right now it is just ignored silently.
The text was updated successfully, but these errors were encountered: