GENie
GENie copied to clipboard
makefile -j causes prebuild to be run in parallel with build
Not sure if its a bug or the way I did the scripts, but doing a "make -j 2" or higher causes prebuild (possibly prelink too) commands to be run in parallel with building the project and breaks cause its looking for files that are generated after prebuild.
What I'm gona do is do the prebuild in the .lua files with os.execute()
Dup of #29?