diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ echo "Removing folder 'libltdl'..." rm -rf libltdl -# Install clang format symlink (if possible) -ln -s contrib/conf/editors/clang-format .clang-format 2> /dev/null +# Install uncrustify format symlink (if possible) +ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null echo "checking for libtoolize / libtool... " |