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
xmake clean时默认不做太多的事情,但一些场合下确实需要做到很好的clean,从而进行再构建:
target("my_target") -- 其他目标配置 on_clean(function (target) os.rmdir("temp_build") end)
类似上面的方式,需要在on_clean的时候手工来做更多;
on_clean
scons -c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
xmake clean时默认不做太多的事情,但一些场合下确实需要做到很好的clean,从而进行再构建:
类似上面的方式,需要在
on_clean
的时候手工来做更多;scons -c
The text was updated successfully, but these errors were encountered: