diff --git a/build.sh b/build.sh index bcd3456..822fa22 100755 --- a/build.sh +++ b/build.sh @@ -65,6 +65,7 @@ build() { -Dpango="$pango" \ -Dpangoxft="$pangoxft" \ -Dlibconfig="$libconfig" \ + -Dopt="$opt" \ build else meson setup \ @@ -76,6 +77,7 @@ build() { -Dpango="$pango" \ -Dpangoxft="$pangoxft" \ -Dlibconfig="$libconfig" \ + -Dopt="$opt" \ build fi