Skip to content

Commit

Permalink
Main: fixed debug library compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Berbizier (dbdl) committed Feb 12, 2014
1 parent 8a92bed commit 0a1b772
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Main.cpp
Expand Up @@ -253,7 +253,11 @@ int luaopen_luce_core (lua_State *L) {
}

static const luaL_Reg lucecore_lib [] = {
#ifdef DEBUG
{"core", luaopen_luce_core_d},
#else
{"core", luaopen_luce_core},
#endif
{NULL, NULL}
};

Expand Down

0 comments on commit 0a1b772

Please sign in to comment.