jameskilton (owner)

Revisions

gist: 69691 Download_button fork
public
Public Clone URL: git://gist.github.com/69691.git
Embed All Files: show embed
Diff #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/lib/gamebox/template_app/crate_boot.c b/lib/gamebox/template_app/crate_boot.c
index ebb0c76..0126574 100644
--- a/lib/gamebox/template_app/crate_boot.c
+++ b/lib/gamebox/template_app/crate_boot.c
@@ -173,6 +173,9 @@ int main( int argc, char** argv )
   /* initialize all extensions */
   Init_ext();
 
+ /* Force setup of amalgamite */
+ Init_amalgalite3();
+
   /* load up the amalgalite libs */
   am_bootstrap_lift( cARB, Qnil );