CREATE_PROJECT: Switch SDL backend to SDL2 by default
This adapts create_project with the changes in de04a68c06
This commit is contained in:
parent
f629a32819
commit
c69eb82527
2 changed files with 4 additions and 4 deletions
|
@ -239,7 +239,7 @@ struct BuildSetup {
|
|||
tests = false;
|
||||
runBuildEvents = false;
|
||||
createInstaller = false;
|
||||
useSDL2 = false;
|
||||
useSDL2 = true;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue