mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:21:49 +08:00
[glad] fix python2 dependancy
This commit is contained in:
parent
27a6b6bbee
commit
54095ce882
@ -1,3 +1,3 @@
|
||||
Source: glad
|
||||
Version: 0.1.28
|
||||
Version: 0.1.28-2
|
||||
Description: Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
|
||||
|
@ -10,6 +10,10 @@ vcpkg_from_github(
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_find_acquire_program(PYTHON2)
|
||||
get_filename_component(PYTHON2_DIR "${PYTHON2}" DIRECTORY)
|
||||
set(ENV{PATH} "$ENV{PATH};${PYTHON2_DIR}")
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
|
Loading…
Reference in New Issue
Block a user