Load the NIF automatically

This commit is contained in:
Carlos Martín Nieto
2012-08-13 22:34:15 +02:00
parent 8db2e4923b
commit 23f6345043

View File

@@ -1,5 +1,6 @@
-module(geef).
-export([start/0, hex_to_raw/1, object_exists/2]).
-on_load(start/0).
start() ->
case code:priv_dir(geef) of