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
|
||||
filter_file('gcc', spack_cc, 'make_skeleton.py')
|
||||
|
||||
if 'platform=darwin' in spec:
|
||||
makefile.filter('ldconfig', '')
|
||||
# remove 'ldconfig' on all platforms
|
||||
makefile.filter('ldconfig', '')
|
||||
|
||||
# In Makefile, install commands check the target dir.
|
||||
# If it does not exist, process will stop.
|
||||
|
Loading…
Reference in New Issue
Block a user