Skip to content

Commit 96bf184

Browse files
fetch openal-soft history
1 parent 95a8ea7 commit 96bf184

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.ci/build-linux-aarch64.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ git config --global --add safe.directory '*'
1111
git submodule -q update --init $(awk '/path/ && !/llvm/ && !/opencv/ && !/libsdl-org/ && !/curl/ && !/zlib/ { print $3 }' .gitmodules)
1212
#OPENAL Fixes
1313
#sed -i '1i #include <cstdint>' 3rdparty/OpenAL/openal-soft/common/altypes.hpp
14-
git submodule update --remote 3rdparty/OpenAL/openal-soft
15-
git --work-tree=3rdparty/OpenAL/openal-soft/ checkout d962591268e708cc579b654765d93d60d4366aca -- .
14+
git --git-dir=.git/modules/3rdparty/OpenAL/openal-soft fetch origin
15+
git --git-dir=.git/modules/3rdparty/OpenAL/openal-soft --work-tree=3rdparty/OpenAL/openal-soft checkout d962591268e708cc579b654765d93d60d4366aca
16+
git submodule status 3rdparty/OpenAL/openal-soft
1617

1718
mkdir build && cd build || exit 1
1819

0 commit comments

Comments
 (0)