File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1721,7 +1721,7 @@ function xframeworkFormula() {
1721
1721
mkdir -p " ${X_INCLUDE} "
1722
1722
mkdir -p " ${X_LICENSE} "
1723
1723
1724
- if [[ $1 == " fmod" ]] || [[ $1 == " fmodex" ]] || [[ $1 == " glm" ]] || [[ $1 == " json" ]] || [[ $1 == " utf8" ]]; then
1724
+ if [[ $1 == " fmod" ]] || [[ $1 == " fmodex" ]] || [[ $1 == " libusb " ]] || [[ $1 == " glm" ]] || [[ $1 == " json" ]] || [[ $1 == " utf8" ]]; then
1725
1725
if ! command -v rsync & > /dev/null; then
1726
1726
if [[ -e " ${LIBS_DIR_REAL} /${1} /lib/${TYPE} /" ]]; then
1727
1727
mkdir -p " ${X_LIBS} "
@@ -1836,14 +1836,15 @@ function xframeworkFormula() {
1836
1836
for dir in " ${merged_dirs[@]} " ; do
1837
1837
if [[ " $dir " == " $PATH_MERGE " ]]; then
1838
1838
path_found_in_array=true
1839
+ echo " dir${dir} ==PATH_MERGE${PATH_MERGE} path_found_in_array == true not adding for $PAIR_FILE "
1839
1840
break
1840
1841
fi
1841
1842
done
1842
1843
if [[ $path_found_in_array == false ]]; then
1843
1844
merged_dirs+=(" $PATH_MERGE " )
1844
1845
echo " path_found_in_array == false adding $PATH_MERGE "
1845
1846
else
1846
- echo " path_found_in_array == true"
1847
+ echo " path_found_in_array == true - not adding for $PAIR_FILE "
1847
1848
fi
1848
1849
else
1849
1850
PATH_MERGE=$LIBS_DIR_REAL /$1 /lib/$CURRENT_TYPE /${ARCH} /
You can’t perform that action at this time.
0 commit comments