File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -371,17 +371,18 @@ cmake -E make_directory "%BUILD_DIR%/cef/extracted" && cd "%BUILD_DIR%/cef"
371371
372372IF NOT EXIST cef.tar.bz2 (
373373 curl.exe https://cef-builds.spotifycdn.com/cef_binary_135.0.20+ge7de5c3+chromium-135.0.7049.85_windows64_minimal.tar.bz2 --output cef.tar.bz2
374+
375+ cd " %BUILD_DIR% /cef/extracted"
376+
374377 cmake -E tar xfj ../cef.tar.bz2
378+
379+ rem We don't want the example applications.
380+ cmake -E remove_directory %CEF_DIR% /tests
375381) else (
376382 echo File 'cef.tar.bz2' already exists, no download required.
377383)
378384
379- cd " %BUILD_DIR% /cef/extracted"
380-
381- rem We don't want the example applications.
382- cmake -E remove_directory %CEF_DIR% /tests
383-
384- cd ..
385+ cd " %BUILD_DIR% /cef/
385386
386387cmake %CMAKE_FLAGS% -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DCMAKE_INSTALL_PREFIX=" %INSTALL_DIR% " ^
387388 -DCMAKE_UNITY_BUILD=%UNITY_BUILD% -DCEF_RUNTIME_LIBRARY_FLAG=/MD -DCEF_DEBUG_INFO_FLAG=" " ^
You can’t perform that action at this time.
0 commit comments