diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-13 02:50:42 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-13 02:50:42 +0200 |
commit | 63147c6d884d4c17d58e9224855ec2d3fba6f616 (patch) | |
tree | c45028b9f4dc75eb1291d0a151b73f819477793b /compilation | |
parent | 5d13951be85d1f28b2207b2eac59a6038e2097f3 (diff) |
Slight patch to win32-pthreads...
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compilation b/compilation index 0690f3d..0ed064c 100755 --- a/compilation +++ b/compilation @@ -119,6 +119,9 @@ tar xvfz ftgl-win32-precomp.tar.gz tar xvfz freetype-win32-precomp.tar.gz tar xvfz mysql-5.0.51b-win32-precomp.tar.gz tar xvfz pthreads-w32-2-8-0-release-win32-precomp.tar.gz +cd pthreads-w32-2-8-0-release +patch < ../pthreads-w32.patch +cd .. tar xvfz gnuwin32-digested.tar.gz gunzip libreadline-static.a.gz |