fakexrandr: remove 'ldconfig' from Makefile (#30632)

This commit is contained in:
Qian Jianhua 2022-05-12 20:55:45 +08:00 committed by GitHub
parent c866a50446
commit 35a91bdd72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.