Closed Xylemon closed 1 year ago
https://sourceforge.net/p/fteqw/tickets/131/
illwieckz wrote on 2022-03-06:
This patch creates the engine/release/ directory when doing make -C engine iqmtool, otherwise the build will fail.
engine/release/
make -C engine iqmtool
For some reasons with this patch the Makefile also attempts to create ${OUT_DIR} but the fail is not fatal.
${OUT_DIR}
1 Attachments
20220306-195313.makefile-engine-iqmtool-reldir.patch.zip
@eukara wrote on 2022-03-06:
done. will clean this up once I've gone over the full Makefile
https://sourceforge.net/p/fteqw/tickets/131/
illwieckz wrote on 2022-03-06:
This patch creates the
engine/release/
directory when doingmake -C engine iqmtool
, otherwise the build will fail.For some reasons with this patch the Makefile also attempts to create
${OUT_DIR}
but the fail is not fatal.1 Attachments
20220306-195313.makefile-engine-iqmtool-reldir.patch.zip