Skip to content

Instantly share code, notes, and snippets.

@jasonroelofs
Created February 24, 2009 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonroelofs/69691 to your computer and use it in GitHub Desktop.
Save jasonroelofs/69691 to your computer and use it in GitHub Desktop.
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 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment