]> granicus.if.org Git - graphviz/commitdiff
Windows: remove Awk setup
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 11 Apr 2022 02:47:50 +0000 (19:47 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 2 May 2022 14:34:28 +0000 (07:34 -0700)
Awk is no longer used by any of the build systems in use on Windows.

Gitlab: #2118

windows/bin/setup-build-utilities.ps1

index 1b1be485c48686a33d9d3df8f5e99f62d2c6fb48..a3081ba7073d244604eb1dfc7e3b4cd5be86b67a 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 swig" "$build_utilities_path"
+find_or_fallback "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"