Skip to content

Commit

Permalink
fix the directory for webkitlibraries according to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bavulapati committed Feb 21, 2024
1 parent a0608eb commit 6244b3a
Showing 1 changed file with 1 addition and 1 deletion.
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:/repos/includejs/build2/WebKitLibraries \
-DWEBKIT_LIBRARIES_DIR:STRING=D:/a/includejs/build2/WebKitLibraries \
-DCMAKE_BUILD_TYPE:STRING=$(PRESET)
$(CMAKE) --build ./build --config $(PRESET) --parallel 4

Expand Down

0 comments on commit 6244b3a

Please sign in to comment.