You've already forked libmali-rockchip
mirror of
https://github.com/armbian/libmali-rockchip.git
synced 2026-01-06 12:03:41 -08:00
meson: Fix libMali.so type error
It should be a symlink to libmali. Change-Id: I0b6a14dd4b92e8f5d1b422899f3233ec6b7531c9 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
@@ -170,7 +170,8 @@ if is_utgard
|
||||
custom_target(
|
||||
'libMali',
|
||||
output : 'libMali.so',
|
||||
command : ['ln', '-sf', 'libmali.so', '@OUTPUT@'],
|
||||
command : ['echo'],
|
||||
capture : true,
|
||||
install_dir : get_option('libdir'),
|
||||
install : true)
|
||||
endif
|
||||
|
||||
@@ -12,3 +12,4 @@ SOURCE="$(basename $2)"
|
||||
cd "$DEST_DIR"
|
||||
cp $SOURCE libmali.so
|
||||
cp -a libmali.so $SOURCE
|
||||
[ -f libMali.so ] && cp -a libmali.so libMali.so
|
||||
|
||||
Reference in New Issue
Block a user