Add support for excimer

pull/309/head
Michele Locati 2021-03-02 14:51:04 +01:00
parent 8f7f156f43
commit 929d7aaed3
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ decimal 7.0 7.1 7.2 7.3 7.4 8.0
ds 7.0 7.1 7.2 7.3 7.4 8.0 ds 7.0 7.1 7.2 7.3 7.4 8.0
enchant 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 enchant 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
ev 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 ev 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
excimer 7.1 7.2 7.3 7.4 8.0
exif 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 exif 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
ffi 7.4 8.0 ffi 7.4 8.0
gd 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 gd 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0

View File

@ -1101,7 +1101,7 @@ setTargetTriplet() {
# The number of processors to be used # The number of processors to be used
getCompilationProcessorCount() { getCompilationProcessorCount() {
case "$1" in case "$1" in
amqp | bcmath | bz2 | calendar | decimal | exif | gd | geospatial | gettext | gmagick | grpc | http | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | ssh2 | soap | sockets | tidy | xdebug | xsl | yaml | zip) amqp | bcmath | bz2 | calendar | decimal | excimer | exif | gd | geospatial | gettext | gmagick | grpc | http | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | ssh2 | soap | sockets | tidy | xdebug | xsl | yaml | zip)
# These extensions support parallel compilation # These extensions support parallel compilation
getProcessorCount getProcessorCount
;; ;;