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

add_defines("CCL_NAMESPACE_BEGIN=\"namespace ccl {\"") 和预期不符合 #3271

Closed
breakerrorchen opened this issue Jan 10, 2023 · 1 comment
Labels
Milestone

Comments

@breakerrorchen
Copy link

Xmake Version

xmake v2.7.2+HEAD.d881936

Operating System Version and Architecture

mac

Describe Bug

add_defines("CCL_NAMESPACE_BEGIN="namespace ccl {"")
展开成了
#define CCL_NAMESPACE_BEGIN "namespace ccl {"

Expected Behavior

add_defines("CCL_NAMESPACE_BEGIN="namespace ccl {"")
展开成了
#define CCL_NAMESPACE_BEGIN namespace ccl {

Project Configuration

No response

Additional Information and Error Logs

No response

waruqi added a commit that referenced this issue Jan 10, 2023
@waruqi
Copy link
Member

waruqi commented Jan 10, 2023

更新到 dev 再试试, xmake update -s dev

add_defines("CCL_NAMESPACE_BEGIN=namespace ccl {")

@waruqi waruqi added this to the v2.7.6 milestone Jan 10, 2023
@waruqi waruqi closed this as completed Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants