repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
correction to USER_INCLUDES
[AROS.git]
/
scripts
/
nightly
/
pkg
/
hosted-darwin-x86_64
blob
6e547c357e993d75d344ffdf1199bf041bf3faa4
1
#!/bin/zsh
2
# Creates darwin-x86-64 "hosted" binary packages.
3
4
BUILDTARGET
=
darwin-x86_64
5
BUILDEXTRAOPTS
=(
--with-kernel-gcc-version
=
4.2.1
)
6
7
source
$SP
/
pkg
/
hosted