Closed mtsokol closed 3 months ago
Looks much cleaner, are the run commands guaranteed to be executed in order in the configuration stage?
Looks much cleaner, are the run commands guaranteed to be executed in order in the configuration stage?
In my opinion - yes. They're always executed line by line.
Thanks @mtsokol
Hi @HaoZeke,
I decided to spend some time to actually move
config.h
creation tosetup
stage (with existinggetarch
, etc.) anyway. It was too annoying to work with manually created files.This refactor is separate from your
config.h
work. It's a rework of my previousconfig.h
generation attempt, and it relies onrun_command
s that are executed in thesetup
stage.