Skip to content

Commit f084770

Browse files
committed
[Win] Set PATH to WebKitLibraries\win\bin64
After the following change, Windows port needs a PATH to the output directory to directly run executables and no longer need to set WEBKIT_LIBRARIES environmental variable unless one wants to customize. https://commits.webkit.org/265819@main WebKit/WebKit@21785f5
1 parent 8d51010 commit f084770

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Ports/Windows port/Introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ path %ProgramFiles%\CMake\bin;%path%
6060
path %ProgramFiles(x86)%\Microsoft Visual Studio\Installer;%path%
6161
for /F "usebackq delims=" %%I in (`vswhere.exe -latest -property installationPath`) do set VSPATH=%%I
6262
63-
set WEBKIT_LIBRARIES=%~dp0WebKitLibraries\win
63+
rem set WEBKIT_LIBRARIES=%~dp0WebKitLibraries\win
64+
path %~dp0WebKitLibraries\win\bin64;%path%
6465
set WEBKIT_TESTFONTS=%~dp0Tools\WebKitTestRunner\fonts
6566
set DUMPRENDERTREE_TEMP=%TEMP%
6667

0 commit comments

Comments
 (0)