mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
aix fix
This commit is contained in:
@@ -154,7 +154,10 @@ fi
|
|||||||
|
|
||||||
# Check for some target-specific stuff
|
# Check for some target-specific stuff
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-*-aix*) ;;
|
*-*-aix*)
|
||||||
|
# libm is required as well
|
||||||
|
LDFLAGS="$LDFLAGS -lm"
|
||||||
|
;;
|
||||||
*-*-android*) ;;
|
*-*-android*) ;;
|
||||||
*-*-cygwin*) ;;
|
*-*-cygwin*) ;;
|
||||||
*-*-dgux*) ;;
|
*-*-dgux*) ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user