Skip to content

Commit fbf9324

Browse files
committed
fix the directory for webkitlibraries according to ci
1 parent 93960ba commit fbf9324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ webkit: .always
4949
-DENABLE_STATIC_JSC:BOOL=ON \
5050
-DUSE_SYSTEM_MALLOC:BOOL=ON \
5151
-DICU_DEBUG:BOOL=ON \
52-
-DWEBKIT_LIBRARIES_DIR:STRING=D:/a/includejs/build2/WebKitLibraries \
52+
-DWEBKIT_LIBRARIES_DIR:STRING=D:/a/includejs/includejs/build2/WebKitLibraries \
5353
-DCMAKE_BUILD_TYPE:STRING=$(PRESET)
5454
$(CMAKE) --build ./build --config $(PRESET) --parallel 4
5555

0 commit comments

Comments
 (0)