fakexrandr: remove 'ldconfig' from Makefile (#30632)
This commit is contained in:
parent
c866a50446
commit
35a91bdd72
@ -42,8 +42,8 @@ def edit(self, spec, prefix):
|
|||||||
# And tool used to generate skeleton
|
# And tool used to generate skeleton
|
||||||
filter_file('gcc', spack_cc, 'make_skeleton.py')
|
filter_file('gcc', spack_cc, 'make_skeleton.py')
|
||||||
|
|
||||||
if 'platform=darwin' in spec:
|
# remove 'ldconfig' on all platforms
|
||||||
makefile.filter('ldconfig', '')
|
makefile.filter('ldconfig', '')
|
||||||
|
|
||||||
# In Makefile, install commands check the target dir.
|
# In Makefile, install commands check the target dir.
|
||||||
# If it does not exist, process will stop.
|
# If it does not exist, process will stop.
|
||||||
|
Loading…
Reference in New Issue
Block a user