summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2024-02-07 00:17:54 +0530
committerL. E. Segovia <amy@centricular.com>2024-02-08 01:31:40 +0000
commit9ad450944e0a9ef2708cbb69bb86348ea07ef9b7 (patch)
tree1a4e4cd2853d9eb4ea96c3e10fad17a51b507b84
parent9aa7aaf393fa009fd7b397e63ceba2608852a60a (diff)
cerbero: Enable rust variant on ios by default
We can enable these now with the various fixes that have gone in. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1341>
-rw-r--r--config/ios.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ios.config b/config/ios.config
index e265f83f..cddc1d43 100644
--- a/config/ios.config
+++ b/config/ios.config
@@ -9,7 +9,7 @@ from cerbero.utils import shell
from cerbero.config import Architecture, DistroVersion
from cerbero.errors import FatalError
-variants.override(['nopython', 'notestspackage'])
+variants.override(['nopython', 'notestspackage', 'rust'])
# We don't want anything from macports detected in configure and
# used later. System libs are passed through the -isysroot option