We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1a069 commit 0b4058bCopy full SHA for 0b4058b
packed/index.js
@@ -642,6 +642,7 @@ function run() {
642
}
643
if (project == version_2.Project.SDL) {
644
args.push("-DSDL_TEST_LIBRARY=".concat(BUILD_SDL_TEST));
645
+ args.push("-DSDL_UNIX_CONSOLE_BUILD=ON");
646
647
return args.join(" ");
648
})();
src/main.ts
@@ -620,6 +620,7 @@ async function run() {
620
621
if (project == Project.SDL) {
622
args.push(`-DSDL_TEST_LIBRARY=${BUILD_SDL_TEST}`);
623
+ args.push(`-DSDL_UNIX_CONSOLE_BUILD=ON`);
624
625
626
0 commit comments