Skip to content

Commit 0b4058b

Browse files
committed
Always configure with -DSDL_UNIX_CONSOLE_BUILD=ON
1 parent 1f1a069 commit 0b4058b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packed/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ function run() {
642642
}
643643
if (project == version_2.Project.SDL) {
644644
args.push("-DSDL_TEST_LIBRARY=".concat(BUILD_SDL_TEST));
645+
args.push("-DSDL_UNIX_CONSOLE_BUILD=ON");
645646
}
646647
return args.join(" ");
647648
})();

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@ async function run() {
620620
}
621621
if (project == Project.SDL) {
622622
args.push(`-DSDL_TEST_LIBRARY=${BUILD_SDL_TEST}`);
623+
args.push(`-DSDL_UNIX_CONSOLE_BUILD=ON`);
623624
}
624625
return args.join(" ");
625626
})();

0 commit comments

Comments
 (0)