Skip to content

Commit

Permalink
fix x86_64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Dec 22, 2023
1 parent a632cae commit 3828ba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@
"path": "php-src/ext/sqlsrv",
"filename": "sqlsrv.tgz",
"license": {
"type": "text",
"text": "TODO"
"type": "file",
"path": "LICENSE"
}
},
"swoole": {
Expand Down Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions src/SPC/builder/unix/library/unixodbc.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ protected function build(): void
'--disable-debug ' .
'--disable-dependency-tracking ' .
'--with-libiconv-prefix=' . BUILD_ROOT_PATH . ' ' .
'--with-included-ltdl ' .
'--enable-gui=no ' .
'--prefix='
)
Expand Down

0 comments on commit 3828ba7

Please sign in to comment.