]> granicus.if.org Git - graphviz/commitdiff
Windows: remove 'sed' as a setup build utility
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 20 Feb 2022 23:07:31 +0000 (15:07 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 23 Feb 2022 03:24:09 +0000 (19:24 -0800)
Gitlab: #2115

windows/bin/setup-build-utilities.ps1

index 11fb02bbbe9862b2fc56aad3ed9e2a09c828dce9..1b1be485c48686a33d9d3df8f5e99f62d2c6fb48 100644 (file)
@@ -49,7 +49,7 @@ function find_or_fallback($programs, $fallback_path) {
 
 $build_utilities_path = "$GRAPHVIZ_ROOT\windows\dependencies\graphviz-build-utilities"
 
-find_or_fallback "awk sed swig" "$build_utilities_path"
+find_or_fallback "awk swig" "$build_utilities_path"
 find_or_fallback "win_bison win_flex" "$build_utilities_path\winflexbison"
 find_or_fallback "makensis" "$build_utilities_path\NSIS\Bin"
 find_or_fallback "cmake cpack" "$CMAKE_BIN"