changes for meson
This commit is contained in:
parent
a08df6f0ca
commit
55edccd5a1
2 changed files with 6 additions and 1 deletions
|
@ -34,7 +34,7 @@ RUN cd /tmp; \
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DCMAKE_TOOLCHAIN_FILE="$TOOLCHAIN_FILE" \
|
-DCMAKE_TOOLCHAIN_FILE="$TOOLCHAIN_FILE" \
|
||||||
-DCMAKE_INSTALL_PREFIX=/opt/sysroot-glibc-linaro-2.23-2017.05-arm-linux-gnueabihf \
|
-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; \
|
||||||
make install;
|
make install;
|
||||||
|
|
||||||
|
|
|
@ -16,3 +16,8 @@ system = 'linux'
|
||||||
cpu_family = 'arm'
|
cpu_family = 'arm'
|
||||||
cpu = 'cortex-a7'
|
cpu = 'cortex-a7'
|
||||||
endian = 'little'
|
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'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue