Last change
on this file since 948 was
948,
checked in by sam, 11 years ago
|
build: fix a typo in the mingw configuration sequence in lol-build and
add set -e to the build-mingw scripts to catch possible regressions.
|
-
Property svn:executable set to
*
|
File size:
175 bytes
|
Rev | Line | |
---|
[624] | 1 | #!/bin/sh |
---|
| 2 | |
---|
[876] | 3 | # This can't hurt |
---|
| 4 | make distclean |
---|
| 5 | |
---|
[948] | 6 | set -e |
---|
[945] | 7 | ./build/lol-build bootstrap windows-amd64 |
---|
| 8 | ./build/lol-build configure windows-amd64 |
---|
| 9 | ./build/lol-build build windows-amd64 |
---|
[624] | 10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.