Closed NiklasRosenstein closed 8 years ago
By default, the C/C++ targets of the compiler modules should output (especially object-) output files to a sub directory in the build directory named by the modules identifier.
compiler
build/ some_lib/ obj/ tools.o ... libsome_lib.a app/ obj/ main.o ... main
This will work with craftr 0.20.0-dev automatically.
By default, the C/C++ targets of the
compiler
modules should output (especially object-) output files to a sub directory in the build directory named by the modules identifier.