mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
gtk2 ardour doc updates
This commit is contained in:
parent
a9187a9e25
commit
cec17c7660
2 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
#ifdef LUABINDINGDOC
|
||||
luabridge::setPrintBindings (true);
|
||||
LuaState lua;
|
||||
lua_State* L = lua.getState ();
|
||||
|
|
@ -31,4 +32,7 @@ int main (int argc, char **argv)
|
|||
printf ("{} ]\n");
|
||||
#endif
|
||||
return 0;
|
||||
#else
|
||||
return 1;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue