]> granicus.if.org Git - graphviz/commitdiff
remove SWIG setup steps in Windows build preparation script
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 30 Sep 2022 04:18:58 +0000 (21:18 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 5 Oct 2022 01:09:36 +0000 (18:09 -0700)
As discussed on Gitlab,¹ this Windows build script tries to discover SWIG, but
none of the Windows options for building Graphviz support compiling any of the
components that use SWIG.

¹ https://gitlab.com/graphviz/graphviz/-/issues/2277#note_1100714918

windows/bin/setup-build-utilities.ps1

index f05c68bb946b389ba5d69fe3e1f848dd08c07ead..edb8be4049b4953e00c2f767d4c470718813707f 100644 (file)
@@ -49,7 +49,6 @@ function find_or_fallback($programs, $fallback_path) {
 
 $build_utilities_path = "$GRAPHVIZ_ROOT\windows\dependencies\graphviz-build-utilities"
 
-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"