How to define macros from meson command line invocation ? #10608
Replies: 1 comment 5 replies
-
If you're trying to pass macros to the C/C++ compiler, the project itself should probably be handling that via You can add it yourself via |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to define macros from meson command line invocation ? Is there something like
meson --define:MY_MACRO=45
?Beta Was this translation helpful? Give feedback.
All reactions