Skip to content

Commit

Permalink
[osx] use smaller icu libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mean committed Oct 11, 2016
1 parent 6208a63 commit bda0ad5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootStrapOsx_Sierra.bash
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ echo "** Copying Qt nib files**"
cp -Rap $MYQT/qt_menu.nib $PREFIX/bin/
mkdir -p $PREFIX/Frameworks
echo "** Copying libraries **"

echo " Overriding icu libraries "
cp $HOME/lib_override/* $PREFIX/lib/
echo "** Deploy **"
python $TOP/cmake/osx_libs_copyLibsSierra.py
echo "** Remapping libraries **"
python $TOP/cmake/osx_libs_remap.py
Expand Down

0 comments on commit bda0ad5

Please sign in to comment.