Browse Source

should be ok to keep git update of submodules (websocket) even when

they are not enabled in configure
miguelfreitas
Miguel Freitas 7 years ago
parent
commit
53ffd95805
  1. 2
      bootstrap.sh

2
bootstrap.sh

@ -1,5 +1,7 @@ @@ -1,5 +1,7 @@
#!/bin/sh
git submodule update --init
./autotool.sh
./configure $@

Loading…
Cancel
Save