mirror of https://github.com/OpenTTD/OpenTTD
Fix: make reconfigure warning
parent
91315a7a39
commit
5a09337c20
|
@ -376,6 +376,7 @@ detect_params() {
|
|||
|
||||
--with-fluidsynth) with_fluidsynth="2";;
|
||||
--without-fluidsynth) with_fluidsynth="0";;
|
||||
--with-fluidsynth=*) with_fluidsynth="$optarg";;
|
||||
|
||||
--with-freetype) with_freetype="2";;
|
||||
--without-freetype) with_freetype="0";;
|
||||
|
|
Loading…
Reference in New Issue