mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
and now with proper bash syntax
This commit is contained in:
parent
46a69ade78
commit
efcf5d3866
1 changed files with 2 additions and 2 deletions
|
|
@ -234,7 +234,7 @@ esac
|
||||||
# Determine gcc ABI
|
# Determine gcc ABI
|
||||||
###################
|
###################
|
||||||
|
|
||||||
if -n "$MULTABI_BUNDLE"; then
|
if test -n "$MULTABI_BUNDLE"; then
|
||||||
if ! ${NORM_USER} "${PKG_PATH}/.gcc-glibmm-abi-check --gcc5 > /dev/null"; then
|
if ! ${NORM_USER} "${PKG_PATH}/.gcc-glibmm-abi-check --gcc5 > /dev/null"; then
|
||||||
ABI=-gcc4
|
ABI=-gcc4
|
||||||
else
|
else
|
||||||
|
|
@ -296,7 +296,7 @@ fi
|
||||||
# Determine C11 stdlibc++ ABI
|
# Determine C11 stdlibc++ ABI
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
if -z "$ABI"; then
|
if test -z "$ABI"; then
|
||||||
if %REPLACE_GCC5%; then
|
if %REPLACE_GCC5%; then
|
||||||
# Ardour was compiled with gcc5, warn on gcc4 systems
|
# Ardour was compiled with gcc5, warn on gcc4 systems
|
||||||
if ! ${NORM_USER} "${PKG_PATH}/.gcc-glibmm-abi-check --gcc5 > /dev/null"; then
|
if ! ${NORM_USER} "${PKG_PATH}/.gcc-glibmm-abi-check --gcc5 > /dev/null"; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue