mirror of
https://github.com/boostorg/gil.git
synced 2026-01-19 04:12:11 +00:00
Add vcpkg bin folder to PATH (#45)
Fix GIL IO tests issue with dependency DLLs not found.
This commit is contained in:
committed by
Stefan Seefeld
parent
812203fec9
commit
32bccb3530
@@ -72,7 +72,7 @@ install:
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- set PATH=%ADDPATH%%PATH%
|
||||
- set PATH=c:\Tools\vcpkg\installed\%TRIPLET%\bin;%PATH%
|
||||
- set I=C:\Tools\vcpkg\installed\%TRIPLET%\include
|
||||
- set L=C:\Tools\vcpkg\installed\%TRIPLET%\lib
|
||||
- set LIBPNG_NAME=libpng16
|
||||
|
||||
Reference in New Issue
Block a user