All of lore.kernel.org
 help / color / mirror / Atom feed
* meson difficulties?
@ 2021-07-13 16:54 Kenneth Adam Miller
  0 siblings, 0 replies; only message in thread
From: Kenneth Adam Miller @ 2021-07-13 16:54 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

Hello,

I was wondering if the meson build system is symbolic when initializing
variables? For example, I have:

var1=ss.source_set()
var2=ss.source_set()

And in the body of the rest of meson.build there are mutually exclusive
additions to var1 and var2. When I go to configure and build, I configure
for one but not the other. I then call build, but variables for var1 get
built for the make target of var2. I don't understand; perhaps the system
targets that correspond to softmmu subsume the user source set implicitly?
Or perhaps the meson build system is symbolic, and what is added to var1
implicitly gets added to var2?

[-- Attachment #2: Type: text/html, Size: 718 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-13 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-13 16:54 meson difficulties? Kenneth Adam Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.