Browse Source

OpenDingux: Fix path to the `strip` binary

Fixes rg350 build
pull/1511/head
Gleb Mazovetskiy 5 years ago committed by Anders Jenbo
parent
commit
007883b836
  1. 2
      Packaging/OpenDingux/build.sh

2
Packaging/OpenDingux/build.sh

@ -79,7 +79,7 @@ build() {
cmake .. -DBINARY_RELEASE=ON "-DTARGET_PLATFORM=$TARGET" \
-DCMAKE_TOOLCHAIN_FILE="${TOOLCHAIN}/usr/share/buildroot/toolchainfile.cmake"
make -j $(getconf _NPROCESSORS_ONLN)
"${TOOLCHAIN}/bin/"*-linux-strip devilutionx
"${TOOLCHAIN}/usr/bin/"*-linux-strip devilutionx
cd -
}

Loading…
Cancel
Save