Skip to content
New issue

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

Build linux target from Macos. #1073

Open
rainyt opened this issue Nov 10, 2023 · 2 comments
Open

Build linux target from Macos. #1073

rainyt opened this issue Nov 10, 2023 · 2 comments

Comments

@rainyt
Copy link

rainyt commented Nov 10, 2023

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?

@rainyt
Copy link
Author

rainyt commented Nov 10, 2023

Use hxcpp 4.3.2.

@rainyt
Copy link
Author

rainyt commented Nov 10, 2023

What is CXX?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant