diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2024-02-07 00:17:54 +0530 |
---|---|---|
committer | L. E. Segovia <amy@centricular.com> | 2024-02-08 01:31:40 +0000 |
commit | 9ad450944e0a9ef2708cbb69bb86348ea07ef9b7 (patch) | |
tree | 1a4e4cd2853d9eb4ea96c3e10fad17a51b507b84 | |
parent | 9aa7aaf393fa009fd7b397e63ceba2608852a60a (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.config | 2 |
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 |