Skip to content

Commit

Permalink
should be ok to keep git update of submodules (websocket) even when
Browse files Browse the repository at this point in the history
they are not enabled in configure
  • Loading branch information
miguelfreitas committed Apr 30, 2018
1 parent 4d963ad commit 53ffd95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

git submodule update --init

./autotool.sh
./configure $@

0 comments on commit 53ffd95

Please sign in to comment.