CREATE_PROJECT: Switch SDL backend to SDL2 by default

This adapts create_project with the changes in de04a68c06
This commit is contained in:
Filippos Karapetis 2016-08-22 13:09:49 +03:00
parent f629a32819
commit c69eb82527
2 changed files with 4 additions and 4 deletions

View file

@ -239,7 +239,7 @@ struct BuildSetup {
tests = false;
runBuildEvents = false;
createInstaller = false;
useSDL2 = false;
useSDL2 = true;
}
};