File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ project(_cmd)
55
55
if (${PLATFORM} STREQUAL "WINDOWS" )
56
56
message ("Running Windows build" )
57
57
add_library (opengl32 STATIC IMPORTED )
58
- set_target_properties (opengl32 PROPERTIES IMPORTED_LOCATION ${CMAKE_SOURCE_DIR} /pre-built/windows/libx64 /OpenGL32.Lib )
58
+ set_target_properties (opengl32 PROPERTIES IMPORTED_LOCATION ${CMAKE_SOURCE_DIR} /vcpkg_installed/${VCPKG_TARGET_TRIPLET}/lib /OpenGL32.Lib )
59
59
60
60
set (LIB_DIR
61
61
${CMAKE_SOURCE_DIR} /vcpkg_installed/${VCPKG_TARGET_TRIPLET}/lib
Original file line number Diff line number Diff line change @@ -79,3 +79,11 @@ VCPKG_ROOT = "{project}/vendor/vcpkg"
79
79
before-all = " yum install -y perl perl-IPC-Cmd zip"
80
80
# manylinux-x86_64-image = "manylinux2014"
81
81
manylinux-x86_64-image = " manylinux_2_28"
82
+
83
+ [tool .cibuildwheel .windows ]
84
+ repair-wheel-command = """ \
85
+ delvewheel repair \
86
+ -v \
87
+ --wheel-dir={dest_dir} \
88
+ {wheel} \
89
+ """
You can’t perform that action at this time.
0 commit comments