Skip to content

Commit

Permalink
Try force specified commit of uavs3e
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Nov 3, 2024
1 parent aa2d828 commit 77e2646
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts.d/50-uavs3e.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/MartinEesmaa/uavs3e.git"
SCRIPT_COMMIT="eca828b2cf05ebb7fef2e2505e3ee2a2156ba2b1"

ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
[[ $TARGET == winarm64 ]] && return -1
return 0
}

ffbuild_dockerdl() {
echo "git clone \"$SCRIPT_REPO\" . && git checkout \"$SCRIPT_COMMIT\""
}

ffbuild_dockerbuild() {
mkdir build/linux
cd build/linux
Expand Down

0 comments on commit 77e2646

Please sign in to comment.