Skip to content

Commit

Permalink
use a different directory for webkitlibraries
Browse files Browse the repository at this point in the history
  • Loading branch information
bavulapati committed Feb 21, 2024
1 parent 0142b6a commit a0608eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- run: cmake --version
- uses: ilammy/msvc-dev-cmd@v1
- run: curl -L --output WebKitRequirementsWin64.zip https://github.com/WebKitForWindows/WebKitRequirements/releases/download/v2024.02.05/WebKitRequirementsWin64.zip
- run: mkdir build
- run: Expand-Archive -Force WebKitRequirementsWin64.zip build/WebKitLibraries
- run: ls build/WebKitLibraries
- run: mkdir build2
- run: Expand-Archive -Force WebKitRequirementsWin64.zip build2/WebKitLibraries
- run: ls build2/WebKitLibraries
- run: nmake webkit
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ webkit: .always
-DENABLE_STATIC_JSC:BOOL=ON \
-DUSE_SYSTEM_MALLOC:BOOL=ON \
-DICU_DEBUG:BOOL=ON \
-DWEBKIT_LIBRARIES_DIR:STRING=D:/a/includejs/includejs/build/WebKitLibraries \
-DWEBKIT_LIBRARIES_DIR:STRING=D:/repos/includejs/build2/WebKitLibraries \
-DCMAKE_BUILD_TYPE:STRING=$(PRESET)
$(CMAKE) --build ./build --config $(PRESET) --parallel 4

Expand Down

0 comments on commit a0608eb

Please sign in to comment.