mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
edit lua_api_version.h instead of autogenerating it
This will help those who do not use ccache :-)
This commit is contained in:
committed by
svenhoefer
parent
299852d388
commit
96d7401e08
7
src/gui/lua/lua_api_version.h
Normal file
7
src/gui/lua/lua_api_version.h
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* this is only used in two code files, so put it into its own
|
||||
* header to reduce complete neutrino rebuilding all the time due
|
||||
* to luainstance.h changes
|
||||
*/
|
||||
#define LUA_API_VERSION_MAJOR 1
|
||||
#define LUA_API_VERSION_MINOR 37
|
Reference in New Issue
Block a user