commit:     de82a52164e5351bd5df30e9fee6f148f98d910a
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 10:33:10 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 10:33:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=de82a521

eclass/toolchain: fix syntax error

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 eclass/toolchain.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index bbc69413f2..509c042a37 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1459,6 +1459,7 @@ toolchain_src_configure() {
                                                --disable-sjlj-exceptions
                                        )
                                fi
+                               ;;
                        # PREFIX_LOCAL
                        # Prefix targets
                        *-apple-darwin*)

Reply via email to