Skip to content

Commit

Permalink
Fix boostrap to bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-f1 authored and impaktor committed Oct 20, 2019
1 parent 5398843 commit ea1bc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pioneer
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PROGRAM_NAME="$(basename "$0")"
[ -d build ] || mkdir build

# Generate build files
[ -f build/CMakeCache.txt ] || ./boostrap
[ -f build/CMakeCache.txt ] || ./bootstrap

# Generate binaries
# Users of GNU Make can enable parallel builds on N cores by setting
Expand Down

0 comments on commit ea1bc85

Please sign in to comment.