File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ git config --global --add safe.directory '*'
1111git 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
1718mkdir build && cd build || exit 1
1819
You can’t perform that action at this time.
0 commit comments