diff options
Diffstat (limited to 'build-support')
-rw-r--r-- | build-support/bootstrap.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-support/bootstrap.sh b/build-support/bootstrap.sh new file mode 100644 index 0000000..a1202cb --- /dev/null +++ b/build-support/bootstrap.sh @@ -0,0 +1,5 @@ +preConfigurePhases="${preConfigurePhases:-} bootstrapPhase" + +bootstrapPhase() { + ./bootstrap +} |