mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
fix x86_64 build
This commit is contained in:
parent
a632caed54
commit
3828ba7c77
@ -463,8 +463,8 @@
|
|||||||
"path": "php-src/ext/sqlsrv",
|
"path": "php-src/ext/sqlsrv",
|
||||||
"filename": "sqlsrv.tgz",
|
"filename": "sqlsrv.tgz",
|
||||||
"license": {
|
"license": {
|
||||||
"type": "text",
|
"type": "file",
|
||||||
"text": "TODO"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"swoole": {
|
"swoole": {
|
||||||
@ -500,8 +500,8 @@
|
|||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://www.unixodbc.org/unixODBC-2.3.12.tar.gz",
|
"url": "https://www.unixodbc.org/unixODBC-2.3.12.tar.gz",
|
||||||
"license": {
|
"license": {
|
||||||
"type": "text",
|
"type": "file",
|
||||||
"text": "TODO"
|
"path": "COPYING"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"xlswriter": {
|
"xlswriter": {
|
||||||
|
|||||||
@ -22,6 +22,7 @@ trait unixodbc
|
|||||||
'--disable-debug ' .
|
'--disable-debug ' .
|
||||||
'--disable-dependency-tracking ' .
|
'--disable-dependency-tracking ' .
|
||||||
'--with-libiconv-prefix=' . BUILD_ROOT_PATH . ' ' .
|
'--with-libiconv-prefix=' . BUILD_ROOT_PATH . ' ' .
|
||||||
|
'--with-included-ltdl ' .
|
||||||
'--enable-gui=no ' .
|
'--enable-gui=no ' .
|
||||||
'--prefix='
|
'--prefix='
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user