GHA added missing toolchain file
This commit is contained in:
parent
4d2c653ffb
commit
ef4d40689c
|
@ -0,0 +1,4 @@
|
|||
set( CMAKE_SYSTEM_NAME "Linux" )
|
||||
set( CMAKE_SYSTEM_PROCESSOR "i386" )
|
||||
set( CMAKE_C_FLAGS "-m32" )
|
||||
set( CMAKE_CXX_FLAGS "-m32" )
|
Loading…
Reference in New Issue