Skip to content

Commit

Permalink
Try another path
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Feb 21, 2024
1 parent 8b14bfb commit 36d7cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- run: ls build/WebKitLibraries
- run: nmake webkit
env:
WEBKIT_LIBRARIES: D:/a/includejs/includejs/build/WebKitLibraries
WEBKIT_LIBRARIES: /D/a/includejs/includejs/build/WebKitLibraries
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 \
-DUSE_APPLE_ICU:BOOL=ON \
"-DWEBKIT_LIBRARIES_DIR:STRING=D:/a/includejs/includejs/build/WebKitLibraries" \
"-DWEBKIT_LIBRARIES_DIR:STRING=/D/a/includejs/includejs/build/WebKitLibraries" \
-DCMAKE_BUILD_TYPE:STRING=$(PRESET)
$(CMAKE) --build ./build --config $(PRESET) --parallel 4

Expand Down

0 comments on commit 36d7cda

Please sign in to comment.