update install.patch

This commit is contained in:
lod 2024-01-27 12:03:23 +01:00
parent f5de50d0f2
commit d6910d7cf8
2 changed files with 3 additions and 12 deletions

View File

@ -38,7 +38,7 @@ b2sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'2f2d110ba03c3d852bec93a0705570df93e72f5e3757bd64494083c5a1ae59c5228024fca563043c05014b1962ccde88e029a6bac2fe36be6e852a53b35a43fb')
'97badff74d64db444a780f48a3003e4a7232e7c0ab1ef43f9adbf20044c988f41dd455dc5aad548e5d3501ccc7a1ad9967a69bf43cbd2bb133eb6d00d50f210c')
prepare() {
export EDGETX_VERSION_TAG=$pkgver

View File

@ -1,5 +1,3 @@
--- build-companion-org.sh 2022-11-29 15:37:49.493916416 +0100
+++ build-companion.sh 2022-11-29 20:11:06.425385270 +0100
@@ -30,7 +30,7 @@
SRCDIR=$1
OUTDIR=$2
@ -22,16 +20,9 @@
declare -a simulator_plugins=(x9lite x9lites
x7 x7-access
@@ -161,19 +161,10 @@
esac
rm -f CMakeCache.txt native/CMakeCache.txt
+
cmake ${BUILD_OPTIONS} "${SRCDIR}"
cmake --build . --target native-configure
@@ -176,14 +176,4 @@
cmake --build native -j"${JOBS}" --target libsimulator
-done
+done
done
-cmake --build . --target native-configure
-if [ "$(uname)" = "Darwin" ]; then