BuildSystem: Fix meson toolchain file
sed to replace SYSROOT did not work because paths contain / also add cmake to allow cmake based library detection
This commit is contained in:
@@ -11,7 +11,8 @@ ar = 'ARCH-pc-banan_os-ar'
|
||||
ld = 'ARCH-pc-banan_os-ld'
|
||||
objcopy = 'ARCH-pc-banan_os-objcopy'
|
||||
strip = 'ARCH-pc-banan_os-strip'
|
||||
pkgconfig = 'pkg-config'
|
||||
pkg-config = 'pkg-config'
|
||||
cmake = 'CMAKE'
|
||||
|
||||
[properties]
|
||||
sys_root='SYSROOT'
|
||||
|
||||
Reference in New Issue
Block a user