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 8e4e7a9 commit 642d849Copy full SHA for 642d849
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v4
22
23
- name: Configure CMake
24
- run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DWARNINGS_AS_ERRORS=FALSE
+ run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSDL_UNIX_CONSOLE_BUILD=ON -DWARNINGS_AS_ERRORS=FALSE
25
26
- name: Build
27
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
0 commit comments