HaxeFoundation / HaxeFoundation/hxcpp

Build linux target from Macos.

Open
#1,073 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.