From 78e71d3f05c44771dd201f595a0460263e34a69e Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Mon, 8 Apr 2024 15:09:00 -0500 Subject: [PATCH] fix path --- linux/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/build.sh b/linux/build.sh index 4df9dda..799f7dc 100755 --- a/linux/build.sh +++ b/linux/build.sh @@ -303,7 +303,7 @@ then $ext/libpng/configure \ --host=$SDK_TARGET \ --target=$SDK_TARGET \ - --prefix=$dist \ + --prefix="" \ --includedir=$dist/include \ --with-sysroot=$dist \ --with-zlib-prefix=$dist \ @@ -423,7 +423,7 @@ if [ ! -f $home/xorgproto/stamp ] then mkdir -p $home/xorgproto pushd $home/xorgproto - mkdir build + mkdir -p build pushd build meson setup --prefix=/ $ext/xorgproto ninja