llvm11: make sure to update config.guess so ppcle can be detected

This commit is contained in:
q66 2020-12-17 02:18:41 +01:00
parent e572e02f1f
commit 70c76fe2bd

View file

@ -121,6 +121,8 @@ post_patch() {
;;
esac
# update config.guess for better platform detection
cp $XBPS_COMMONDIR/environment/configure/automake/config.guess ${wrksrc}/cmake
}
pre_configure() {