From cdd542c59a89a1d9c2314ec62ae6e5b7325fbe9e Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 21 Feb 2024 09:29:02 -0400 Subject: [PATCH] Un-fuck-up the paths Signed-off-by: Juan Cruz Viotti --- .github/workflows/ci.yml | 2 -- Makefile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f713d1ef..e01da5bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Makefile b/Makefile index 07a048cd..c039784f 100644 --- a/Makefile +++ b/Makefile @@ -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