dsfmt: set CC=cc (#30842)
This commit is contained in:
parent
0176d9830d
commit
b29f27aec7
@ -26,7 +26,7 @@ def libs(self):
|
|||||||
return find_libraries('libdSFMT', root=self.prefix, recursive=True)
|
return find_libraries('libdSFMT', root=self.prefix, recursive=True)
|
||||||
|
|
||||||
def build(self, spec, prefix):
|
def build(self, spec, prefix):
|
||||||
make('build-library')
|
make('build-library', 'CC=cc')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
make('PREFIX={0}'.format(prefix), 'install')
|
make('PREFIX={0}'.format(prefix), 'install')
|
||||||
|
Loading…
Reference in New Issue
Block a user