X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.c;h=41e34c0a251a390679b77ad26bc7e66b97f9afff;hb=d8fc0acce1b39466038284aa6f1941ebe98c8348;hp=84de2fda775e739e06fbc0a2a3ca90820f439eb3;hpb=859f92700a49095740474842730af9ede3430c3b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/build.c b/build.c index 84de2fd..41e34c0 100644 --- a/build.c +++ b/build.c @@ -38,6 +38,7 @@ void build_game( enum compiler compiler ) vg_build_symbolic_link( "textures_src", "textures" ); vg_build_symbolic_link( "models_src", "models" ); + vg_build_symbolic_link( "maps_src", "maps" ); vg_build_symbolic_link( "sound_src", "sound" ); vg_build_syscall( "mkdir -p %s/cfg", vg_compiler.build_dir );