Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Apr 8, 2024
1 parent ed0cd74 commit 78e71d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 78e71d3

Please sign in to comment.