Skip to content

Commit 3e3df2c

Browse files
committed
Use glibc 2.34 on linux-arm for Y2038 support
1 parent 8573423 commit 3e3df2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
set(ZIG_TARGET "arm-linux-gnueabihf.2.34")
2+
include(${CMAKE_CURRENT_LIST_DIR}/zig-toolchain.cmake)

sources/SDL/Native/build-linux-arm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818
rm -rf build
1919
mkdir build
2020
cd build
21-
cmake ../../../../eng/submodules/sdl -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../../../../eng/native/cmake/zig-toolchain-arm-linux-gnueabihf.2.17.cmake
21+
cmake ../../../../eng/submodules/sdl -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../../../../eng/native/cmake/zig-toolchain-arm-linux-gnueabihf.2.34.cmake
2222
cmake --build . --parallel
2323
cd ..
2424
mkdir -p runtimes/linux-arm/native

0 commit comments

Comments
 (0)