fix x86_64 build

This commit is contained in:
crazywhalecc 2023-12-21 15:02:21 +08:00 committed by Jerry Ma
parent a632caed54
commit 3828ba7c77
2 changed files with 5 additions and 4 deletions

View File

@ -463,8 +463,8 @@
"path": "php-src/ext/sqlsrv",
"filename": "sqlsrv.tgz",
"license": {
"type": "text",
"text": "TODO"
"type": "file",
"path": "LICENSE"
}
},
"swoole": {
@ -500,8 +500,8 @@
"type": "url",
"url": "https://www.unixodbc.org/unixODBC-2.3.12.tar.gz",
"license": {
"type": "text",
"text": "TODO"
"type": "file",
"path": "COPYING"
}
},
"xlswriter": {

View File

@ -22,6 +22,7 @@ trait unixodbc
'--disable-debug ' .
'--disable-dependency-tracking ' .
'--with-libiconv-prefix=' . BUILD_ROOT_PATH . ' ' .
'--with-included-ltdl ' .
'--enable-gui=no ' .
'--prefix='
)