Added path to pthread library.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1169 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2011-10-22 00:45:42 +00:00
parent 13f9eb6f44
commit 9951bc5843

View file

@ -36,6 +36,7 @@
</Compiler> </Compiler>
<Linker> <Linker>
<Add library="../../lib/GCC/Loki.a" /> <Add library="../../lib/GCC/Loki.a" />
<Add library="/usr/lib/libpthread.so" />
</Linker> </Linker>
</Target> </Target>
<Target title="Debug_Cygwin"> <Target title="Debug_Cygwin">