This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Prevent Init_caca from being hidden
main
Pascal Terjan
4 days ago
parent
9fffb0a237
commit
04f511940a
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
ruby/caca.c
+ 3
- 0
ruby/caca.c
View File
@@ -24,6 +24,9 @@ static VALUE get_version(VALUE self)
return rb_str_new2(caca_get_version());
}
#if defined CACA_ENABLE_VISIBILITY
extern __attribute__((visibility("default")))
#endif
void Init_caca()
{
VALUE mCaca = rb_define_module("Caca");
Write
Preview
Loading…
Cancel
Save