diff options
author | Pete Batard <pbatard@gmail.com> | 2010-01-21 17:38:43 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-01-21 17:38:43 +0000 |
commit | 5e98c8b1a34599c394dbba23a607eec03de297b8 (patch) | |
tree | d84ffe0418a99193910134c39f70bd8844610c2c /libusb/os/sources | |
parent | a535ea35cd534e7b1d478dd37cbfcda8f1517c8f (diff) | |
download | libusb-5e98c8b1a34599c394dbba23a607eec03de297b8.tar.gz |
r99: DDK/sources x64 final fix and additional MSVC fixes (/MT)
Diffstat (limited to 'libusb/os/sources')
-rw-r--r-- | libusb/os/sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/os/sources b/libusb/os/sources index f2018d5..86e0abe 100644 --- a/libusb/os/sources +++ b/libusb/os/sources @@ -7,7 +7,7 @@ DLLDEF=..\libusb-1.0.def MSC_WARNING_LEVEL=/W3 !ENDIF -!IFDEF _AMD64bit +!IF "$(_BUILDARCH)"=="AMD64" PTHREAD_LIB=pthreadVC2_x64.lib !ELSE PTHREAD_LIB=pthreadVC2.lib |