mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
edf41f9650
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
564 B
Text
13 lines
564 B
Text
This slackbuild provides a convenient way to install the BlocksRuntime
|
|
library from the compiler-rt project (see http://compiler-rt.llvm.org/).
|
|
|
|
Several systems (Linux, FreeBSD, MacPorts, etc.) provide the clang
|
|
compiler either preinstalled or as an available package which has
|
|
Blocks support (provided the -fblocks compiler option is used).
|
|
|
|
Unfortunately, those installer packages do not provide the Blocks
|
|
runtime library, since this is a non-standard extension by Apple to
|
|
Clang.
|
|
|
|
This SBo is inspired by the work of:
|
|
https://github.com/mackyle/blocksruntime/
|