aboutsummaryrefslogtreecommitdiff
path: root/makewin32.sh
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-18 09:27:52 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-18 09:27:52 +0000
commitf7544bcd10599ba3204bd483b398df342f15e7d1 (patch)
tree90ec4b7065bbd5b828d9744a75c09dee13166da2 /makewin32.sh
parent125a300931300ed5ed24c27a7f4f3479d895b790 (diff)
added -mthreads gcc option.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3390 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'makewin32.sh')
-rwxr-xr-xmakewin32.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makewin32.sh b/makewin32.sh
index fefc7376..1581f29d 100755
--- a/makewin32.sh
+++ b/makewin32.sh
@@ -7,7 +7,7 @@ export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include
--with-localedir=share/locale \
--with-themedir=share/icons \
--enable-oniguruma --enable-threads \
- 'CC=gcc -mtune=core2' CFLAGS=-O3 \
+ 'CC=gcc -mthreads -mtune=core2' CFLAGS=-O3 \
&& make \
&& make install-strip \
&& (cd plugin/attachment_tool; make install-plugin) \