File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ if [ $# -eq 0 ]; then
1717 sed -e ' s:^.*/::g' -e ' s/.* -> //g' < archives.txt | while read file; do
1818 ../download.sh " $file " || exit
1919 done
20+ for i in ../submodules/* /download.sh; do
21+ if [ -x " $i " ]; then
22+ " $i "
23+ fi
24+ done
2025 exit
2126fi
2227
Original file line number Diff line number Diff line change 1010# # Unpack the source code.
1111rm -Rf sdl_psl1ght_libs && mkdir sdl_psl1ght_libs && git --git-dir=../submodules/SDL_PSL1GHT_Libs/.git --work-tree=sdl_psl1ght_libs checkout-index -a
1212
13+ # # Use any already downloaded archives from submodules dir
14+ for i in ../submodules/SDL_PSL1GHT_Libs/archives/* ; do
15+ case " $i " in
16+ * /archives.txt) ;;
17+ * ) [ -f " $i " ] && ln " $i " sdl_psl1ght_libs/archives/ ;;
18+ esac
19+ done
20+
1321# # Create the build directory.
1422cd sdl_psl1ght_libs
1523
You can’t perform that action at this time.
0 commit comments