From: hgn Date: Thu, 13 Jul 2023 01:50:39 +0000 (+0100) Subject: added tools step to build X-Git-Url: https://skaterift.com/git/?a=commitdiff_plain;h=8b32ad158a3cefae304227f80349d3586e2c186c;p=carveJwlIkooP6JGAAIwe30JlM.git added tools step to build --- diff --git a/build.c b/build.c index 60c1db6..acc4b59 100644 --- a/build.c +++ b/build.c @@ -82,6 +82,8 @@ void build_game( enum compiler compiler ) vg_build_symbolic_link( "playermodels_src", "playermodels" ); vg_build_syscall( "mkdir -p %s/cfg", vg_compiler.build_dir ); + vg_build_syscall( "mkdir -p %s/tools", vg_compiler.build_dir ); + vg_build_syscall( "cp blender_export.py %s/tools/", vg_compiler.build_dir ); write_generic_addon_inf( k_addon_type_board, "Longboard", "board.mdl",