mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[libepoxy] Disable static builds due to dllimport/export issues.
This commit is contained in:
parent
6c380e0578
commit
a59f6dda5e
@ -1,3 +1,3 @@
|
|||||||
Source: libepoxy
|
Source: libepoxy
|
||||||
Version: 1.4.0-2432daf
|
Version: 1.4.0-2432daf-1
|
||||||
Description: Epoxy is a library for handling OpenGL function pointer management for you
|
Description: Epoxy is a library for handling OpenGL function pointer management for you
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
||||||
|
message(STATUS "Warning: Static building not supported yet. Building dynamic.")
|
||||||
|
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
||||||
|
endif()
|
||||||
|
|
||||||
include(vcpkg_common_functions)
|
include(vcpkg_common_functions)
|
||||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libepoxy-2432daf4cf58b5ff11e008ca34811588285c43b3)
|
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libepoxy-2432daf4cf58b5ff11e008ca34811588285c43b3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user