mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-31 05:03:22 +08:00
Merge pull request #5004 from krismattheus/master
[pthreads] add version resource and fix problem with PTW32_ARCH when compiling resource
This commit is contained in:
commit
463541320d
@ -28,6 +28,7 @@ set(PTHREAD_SHARED_SOURCES
|
||||
sync.c
|
||||
tsd.c
|
||||
attr.C
|
||||
version.rc
|
||||
)
|
||||
set(PTHREAD_STATIC_SOURCES
|
||||
autostatic.c
|
||||
@ -169,8 +170,7 @@ set(PTHREAD_STATIC_SOURCES
|
||||
|
||||
|
||||
|
||||
option(PTW32_ARCH "x32")
|
||||
add_definitions(-DPTW32_ARCH=${PTW32_ARCH} -DPTW32_RC_MSC -DHAVE_PTW32_CONFIG_H -D_TIMESPEC_DEFINED)
|
||||
add_definitions(-DPTW32_ARCH="${PTW32_ARCH}" -DPTW32_RC_MSC -DHAVE_PTW32_CONFIG_H -D_TIMESPEC_DEFINED)
|
||||
|
||||
if(BUILD_SHARED_LIBS)
|
||||
set(PTHREAD_SOURCES ${PTHREAD_SHARED_SOURCES})
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: pthreads
|
||||
Version: 2.9.1-2
|
||||
Version: 2.9.1-3
|
||||
Description: pthreads for windows
|
||||
|
Loading…
x
Reference in New Issue
Block a user