Add missing underscore
This commit is contained in:
parent
28cb1b3954
commit
3377ddf69e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue