Replies: 1 comment 2 replies
-
Yes, simply list the assigned variable e.g. Probably the best way to do this is to have your Note that a single custom_target can't have multiple commands in shell syntax, because the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently converting my C kernel to the meson build system, and I'm having a bit of a hickup generating an iso file from an elf file;
I've successfully written the part where I copy every files I need into its own directory to then generate an ISO, the only problem that remains now is : is there a possibility to make a custom_target depend on another one?
I'm asking this question because it is required to create the directory that will contain every file needed to create the iso, and it is also required that all of the files are correctly moved into that previous directory to then run xorriso (which is the tool I use to create the ISO).
This isa part of my current buildscript
Beta Was this translation helpful? Give feedback.
All reactions