clang: do xcode mockup iff requested by a package (#2544)
* clang: do xcode mockup iff requested by a package * add a note * add pkg to setup_custom_environment() and decide whether or not to use mockup XCode there based on the package
This commit is contained in:

committed by
Todd Gamblin

parent
b03881d1bb
commit
1570f90fde
@@ -92,6 +92,8 @@ class Qt(Package):
|
||||
# depends_on("flac", when='+multimedia')
|
||||
# depends_on("ogg", when='+multimedia')
|
||||
|
||||
use_xcode = True
|
||||
|
||||
def url_for_version(self, version):
|
||||
# URL keeps getting more complicated with every release
|
||||
url = self.list_url
|
||||
|
Reference in New Issue
Block a user