You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
Is there a way to shorten the below meson setup cmd in a native meson way without creating a wrapper shell script?
Also is it possible to infer the cross-file path in the meson.build file based on the variables set on the cmdline?
Before:
meson setup build-arm64 --cross-file=arch/arm64/cross.txt -Darch=arm64 -Dplat=qemu_arm64After:
meson setup build-arm64 -Dplat=qemu_arm64P.S: I want to infer the cross-file from the arch variable which is in turn inferred from a key-value config file inside my plat directory.
I am currently on meson version 1.7.0
Beta Was this translation helpful? Give feedback.
All reactions