summaryrefslogtreecommitdiffstats
path: root/source/x/x11/make/xisxwayland
blob: b22bc0de16939b5758e84372b1080c7063b23a98 (plain) (blame)
1
2
3
4
5
6
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
cd build
  ninja || exit 1
  DESTDIR=$PKG ninja install || exit 1
cd ..