HaxeFoundation / HaxeFoundation/hxcpp
-options argument is always loaded relative to Build.xml
Open
- Dominant language
- C++
- Stars
- 330
- Forks
- 227
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 18
Description
When running:
```
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.