repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updating built in Io code to use += instead of x = x + y
[io/quag.git]
/
addons
/
Box
/
build.io
blob
8c52895f94f6be0e6aa41a312a592e94f1efbd09
1
AddonBuilder
clone do
(
2
if
(
platform
==
"darwin"
,
3
dependsOnFramework
(
"Accelerate"
)
4
dependsOnLinkOption
(
"-faltivec"
)
5
)
6
)
7