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
We can call original build script:
on_build(function (target, opt) opt.origin(target, opt) end)
before_build_file(function (target, sourcefile, opt) end) on_build_file(function (target, sourcefile, opt) opt.origin(target, sourcefile, opt) end) after_build_file(function (target, sourcefile, opt) end)
before_build_files(function (target, sourcebatch, opt) end) on_build_files(function (target, sourcebatch, opt) opt.origin(target, sourcebatch, opt) end) before_build_files(function (target, sourcebatch, opt) end)
The text was updated successfully, but these errors were encountered:
#261
Sorry, something went wrong.
Documents: https://xmake.io/#/zh/manual?id=targeton_build_file
No branches or pull requests
Improve on_build in target/rule
We can call original build script:
Add before/after/on_build_file in target
Add before/after/on_build_files in target
The text was updated successfully, but these errors were encountered: