We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried compiling liunx targets from Macos, but failed.
build.hxml
--cpp bin/cpp --main Main -D linux
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?
The text was updated successfully, but these errors were encountered:
Use hxcpp 4.3.2.
Sorry, something went wrong.
What is CXX?
No branches or pull requests
I tried compiling liunx targets from Macos, but failed.
build.hxml
error mssage:
Can tell me how to compile Linux targets from Macos?
The text was updated successfully, but these errors were encountered: