mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-16 22:16:53 +07:00
Merge pull request #33 from enduro2d/hotfix/update_modules
Hotfix/update modules
This commit is contained in:
@@ -17,7 +17,7 @@ mkdir -p $SOURCES_RDPARTY_DIR
|
|||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
git pull --recurse-submodules
|
git pull --recurse-submodules
|
||||||
git submodule update --remote --recursive
|
git submodule update --init --remote --recursive
|
||||||
|
|
||||||
mkdir -p $UNTESTS_DIR/catch
|
mkdir -p $UNTESTS_DIR/catch
|
||||||
cp -fv $MODULES_DIR/catch2/single_include/catch2/catch.hpp $UNTESTS_DIR/catch/catch.hpp
|
cp -fv $MODULES_DIR/catch2/single_include/catch2/catch.hpp $UNTESTS_DIR/catch/catch.hpp
|
||||||
|
|||||||
Reference in New Issue
Block a user