mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-lang/swift: set up Python to respect PYTHON_SINGLE_TARGET
Signed-off-by: Itai Ferber <itai@itaiferber.net>
This commit is contained in:
@@ -113,6 +113,13 @@ src_unpack() {
|
||||
|| die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
default
|
||||
|
||||
# Necessary to respect PYTHON_SINGLE_TARGET, if defined.
|
||||
python_setup
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# The Swift 5.10 compiler is partially written in Swift itself (the new
|
||||
# `swift-driver` + macro support via `swift-syntax`), which requires
|
||||
|
||||
Reference in New Issue
Block a user