mirror of
https://github.com/tsukumijima/libmali-rockchip.git
synced 2026-01-24 00:10:50 +01:00
meson: Fix configure error for multiple mali libs
Use ' ' to split the outout of new grabber.sh. Change-Id: I1ecd4c2c9f52bf2e64dd45e6a52fd3eb4148e80a Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
parent
05607dabfc
commit
87cc4d961d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ message('Building for ' + '|'.join([arch, gpu, version, subversion,
|
||||||
# Grab libraries with specified configs
|
# Grab libraries with specified configs
|
||||||
cmd = run_command('scripts/grabber.sh',
|
cmd = run_command('scripts/grabber.sh',
|
||||||
arch, gpu, version, subversion, platform, optimize, check : false)
|
arch, gpu, version, subversion, platform, optimize, check : false)
|
||||||
libs = cmd.stdout().strip().split('\n')
|
libs = cmd.stdout().strip().split(' ')
|
||||||
|
|
||||||
# Use the first one as default library
|
# Use the first one as default library
|
||||||
default_lib = libs[0]
|
default_lib = libs[0]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue