master
Dominika Liberda 2021-10-11 15:51:21 +02:00
parent 97a8e62e94
commit ce9f7d7639
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ printf "\nInstalling dependencies: $_DEPENDENCIES\n";
xbps-install -Sy $_DEPENDENCIES
if [[ "$(/lib/libc.so 2>&1)" != *"musl libc"* ]]; then
xbps-install -y libssp-devel
xbps-install -y base-devel
fi
ln -s /bin/clang /bin/cc