From cabd90bcac23b47a710cdc61c033b16d416e081f Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Sat, 22 Apr 2017 22:14:21 -0400 Subject: [PATCH] 4.0.19 ready to package after win10 test --- meta/build.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/build.cpp b/meta/build.cpp index 30bf1c07..7aa9b33e 100644 --- a/meta/build.cpp +++ b/meta/build.cpp @@ -485,8 +485,8 @@ static void standard_build(char *cdir, u32 flags){ fsm_generator(cdir); metagen(cdir); - //do_buildsuper(cdir, Custom_Experiments, flags); - do_buildsuper(cdir, Custom_Casey, flags); + do_buildsuper(cdir, Custom_Experiments, flags); + //do_buildsuper(cdir, Custom_Casey, flags); //do_buildsuper(cdir, Custom_ChronalVim, flags); build_main(cdir, flags); }