SHA256
1
0
forked from pool/lua-toluapp
lua-toluapp/toluapp-build-compare.patch

23 lines
766 B
Diff

No need to record version or buildtime.
If the source changes build-compare will trigger republish.
--- a/src/bin/lua/package.lua
+++ b/src/bin/lua/package.lua
@@ -108,7 +108,7 @@ end
function classPackage:preamble ()
output('/*\n')
output('** Lua binding: '..self.name..'\n')
- output('** Generated automatically by '..TOLUA_VERSION..' on '..date()..'.\n')
+ output('** Generated automatically.\n')
output('*/\n\n')
output('#ifndef __cplusplus\n')
@@ -198,7 +198,7 @@ end
-- write header file
function classPackage:header ()
output('/*\n') output('** Lua binding: '..self.name..'\n')
- output('** Generated automatically by '..TOLUA_VERSION..' on '..date()..'.\n')
+ output('** Generated automatically.\n')
output('*/\n\n')
if not flags.h then