Add missing underscore

This commit is contained in:
Joel Auterson 2022-10-20 21:07:05 +01:00 committed by Behdad Esfahbod
parent 28cb1b3954
commit 3377ddf69e
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ jobs:
cmake -S . -B build \
-DCMAKE_TOOLCHAIN_FILE=${DEVKITPRO}/cmake/3DS.cmake
- name: Build
run: make CXXFLAGS="-w -DHB_NO_MT"
run: make CXX_FLAGS="-w -DHB_NO_MT"
working-directory: build