mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
Ports: Make files
a proper array
This commit is contained in:
parent
3c2d846b94
commit
284fee9e77
311 changed files with 959 additions and 350 deletions
|
@ -10,7 +10,9 @@ depends=(
|
|||
'xz'
|
||||
'libicu'
|
||||
)
|
||||
files="https://boostorg.jfrog.io/artifactory/main/release/${version}/source/boost_${version//./_}.tar.bz2 boost_${version//./_}.tar.bz2 1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0"
|
||||
files=(
|
||||
"https://boostorg.jfrog.io/artifactory/main/release/${version}/source/boost_${version//./_}.tar.bz2 boost_${version//./_}.tar.bz2 1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0"
|
||||
)
|
||||
bjamopts=(
|
||||
'--user-config=user-config.jam'
|
||||
'toolset=gcc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue