This reverts commit 25a1bf53d29e6424d4e9688952129a03c62fdef6.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -8,13 +8,6 @@ set -e |
| 8 | 8 |
cd "$GOPATH/src/github.com/docker/windows-container-utility" |
| 9 | 9 |
git checkout -q "$CONTAINER_UTILITY_COMMIT" |
| 10 | 10 |
|
| 11 |
- # TODO remove this temporary fix once https://github.com/docker/windows-container-utility/pull/2 is merged |
|
| 12 |
- sed -i \ |
|
| 13 |
- -e 's|-nostdinc ||g' \ |
|
| 14 |
- -e 's|-I/usr/lib/gcc/x86_64-w64-mingw32/6.3-win32/include ||g' \ |
|
| 15 |
- -e 's|-I/usr/x86_64-w64-mingw32/include ||g' \ |
|
| 16 |
- "$GOPATH/src/github.com/docker/windows-container-utility/Makefile" |
|
| 17 |
- |
|
| 18 | 11 |
echo Building: ${DEST}/containerutility.exe
|
| 19 | 12 |
|
| 20 | 13 |
( |