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

balisrc.toml support build constraints #44

Closed
fcharlie opened this issue Jan 20, 2021 · 0 comments
Closed

balisrc.toml support build constraints #44

fcharlie opened this issue Jan 20, 2021 · 0 comments

Comments

@fcharlie
Copy link
Member

We need to add the build constraints feature, so that the build of the executable file needs to rely on certain compilation constraints. In order to be consistent with golang, we support the build field in balisrc.toml, the string of this field and the +build tag in the source code The format is the same.

eg:

build="windows,linux,!darwin"
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