Skip to content

Commit 75ba53b

Browse files
committed
Log hosted Windows cmark header paths
1 parent 09b1870 commit 75ba53b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/scripts/build-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (-not $themeInputs -or -not $themeInputs.userThemeRoot) {
1414
$env:OMD_GNUSTEP_USER_THEME_ROOT = [string]$themeInputs.userThemeRoot
1515
Write-Host ("Prepared Windows GNUstep themes in {0}" -f $env:OMD_GNUSTEP_USER_THEME_ROOT)
1616

17-
& .\scripts\windows\build-from-powershell.ps1 -Task command -Command "printf 'pkg-config cmark: '; pkg-config --cflags cmark || printf '(failed)\n'; printf 'pkg-config libcmark: '; pkg-config --cflags libcmark || printf '(failed)\n'; printf 'GP_GNUSTEP_CLI_ROOT=%s\n' \"`$GP_GNUSTEP_CLI_ROOT\"; make GNUSTEP_MAKEFILES=/clang64/share/GNUstep/Makefiles OMD_SKIP_TESTS=1 messages=yes"
17+
& .\scripts\windows\build-from-powershell.ps1 -Task command -Command "printf 'pkg-config cmark: '; pkg-config --cflags cmark || printf '(failed)\n'; printf 'pkg-config libcmark: '; pkg-config --cflags libcmark || printf '(failed)\n'; printf 'GP_GNUSTEP_CLI_ROOT=%s\n' \"`$GP_GNUSTEP_CLI_ROOT\"; find /clang64/include -maxdepth 2 \\( -name 'cmark.h' -o -name 'cmark*.h' \\) -print 2>/dev/null || true; make GNUSTEP_MAKEFILES=/clang64/share/GNUstep/Makefiles OMD_SKIP_TESTS=1 messages=yes"
1818
if ($LASTEXITCODE -ne 0) {
1919
throw "ObjcMarkdown Windows build failed."
2020
}

0 commit comments

Comments
 (0)