changes for meson

This commit is contained in:
dajoho 2025-06-07 20:57:34 +02:00
parent a08df6f0ca
commit 55edccd5a1
2 changed files with 6 additions and 1 deletions

View file

@ -34,7 +34,7 @@ RUN cd /tmp; \
cmake .. \
-DCMAKE_TOOLCHAIN_FILE="$TOOLCHAIN_FILE" \
-DCMAKE_INSTALL_PREFIX=/opt/sysroot-glibc-linaro-2.23-2017.05-arm-linux-gnueabihf \
-DBUILD_SHARED_LIBS:BOOL=ON; \
-DBUILD_SHARED_LIBS:BOOL=OFF; \
make; \
make install;

View file

@ -16,3 +16,8 @@ system = 'linux'
cpu_family = 'arm'
cpu = 'cortex-a7'
endian = 'little'
[properties]
sys_root = '/opt/sysroot-glibc-linaro-2.23-2017.05-arm-linux-gnueabihf'
pkg_config_libdir = '/opt/sysroot-glibc-linaro-2.23-2017.05-arm-linux-gnueabihf/usr/lib/arm-linux-gnueabihf/pkgconfig'