# | Line 28 | Line 28 | case $(uname) in Darwin ) so=dylib ;; * | |
---|---|---|
28 | mkdir -p %i/lib/debug | |
29 | (cd bin/boost; find libs -path "libs/*/debug/*.$so" -exec cp {} %i/lib/debug \;) | |
30 | (cd bin/boost; find libs -path "libs/*/release/*.$so" -exec cp {} %i/lib \;) | |
31 | < | find boost -name '*.h' -o -name '*.hpp' -print | |
31 | > | find boost -name '*.[hi]*' -print | |
32 | while read f; do | |
33 | mkdir -p %i/include/$(dirname $f) | |
34 | install -c $f %i/include/$f |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |