HaxeFoundation / HaxeFoundation/hxcpp
Build linux target from Macos.
Open
- Dominant language
- C++
- Stars
- 330
- Forks
- 227
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 18
Description
I tried compiling liunx targets from Macos, but failed.
build.hxml
```haxe
--cpp bin/cpp
--main Main
-D linux
```
```haxe
class Main {
static function main() {
trace("hello world");
}
}
```
error mssage:
```
sh: : command not found
Error: Could not create PCH
Error: Build failed
```
Can tell me how to compile Linux targets from Macos?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.