devops: absolute paths for webkit libraries and output directory (#4627)
This commit is contained in:
parent
20201310cb
commit
73982834e7
|
|
@ -1,5 +1,5 @@
|
||||||
set PATH=%WEBKIT_BUILD_PATH%
|
set PATH=%WEBKIT_BUILD_PATH%
|
||||||
set WEBKIT_LIBRARIES=WebKitLibraries\win
|
set WEBKIT_LIBRARIES=%CD%\WebKitLibraries\win
|
||||||
set WEBKIT_OUTPUTDIR=WebKitBuild
|
set WEBKIT_OUTPUTDIR=%CD%\WebKitBuild
|
||||||
perl Tools\Scripts\build-webkit --wincairo --release --no-ninja --touch-events --orientation-events --dark-mode-css --generate-project-only --cmakeargs="-DLIBVPX_PACKAGE_PATH=C:\vcpkg\packages\libvpx_x64-windows"
|
perl %CD%\Tools\Scripts\build-webkit --wincairo --release --no-ninja --touch-events --orientation-events --dark-mode-css --generate-project-only --cmakeargs="-DLIBVPX_PACKAGE_PATH=C:\vcpkg\packages\libvpx_x64-windows"
|
||||||
%DEVENV% WebKitBuild\Release\WebKit.sln /build "Release|x64"
|
%DEVENV% %CD%\WebKitBuild\Release\WebKit.sln /build "Release|x64"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue