mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-24 16:00:56 +00:00
ac: Fix AIX shared library builds.
AIX uses ".a" for both static and shared library extensions.
This commit is contained in:
parent
f3be27c0cf
commit
9282edfaa0
@ -230,6 +230,8 @@ else
|
||||
LIB_EXTENSION='dylib' ;;
|
||||
cygwin* )
|
||||
LIB_EXTENSION='dll' ;;
|
||||
aix* )
|
||||
LIB_EXTENSION='a' ;;
|
||||
* )
|
||||
LIB_EXTENSION='so' ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user