Skip to content

Commit

Permalink
Un-fuck-up the paths
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 87154d0 commit cdd542c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ jobs:
- run: Expand-Archive -Force WebKitRequirementsWin64.zip build/WebKitLibraries
- run: ls build/WebKitLibraries
- run: nmake webkit
env:
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 @@ -50,7 +50,7 @@ webkit: .always
-DENABLE_FTL_JIT:BOOL=ON \
-DENABLE_STATIC_JSC:BOOL=ON \
-DUSE_SYSTEM_MALLOC: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 cdd542c

Please sign in to comment.