make internal generation false for merging in master

This commit is contained in:
Victor Bombi
2020-03-27 12:18:47 +01:00
parent e7a883d9f3
commit e2347c174d
12 changed files with 21 additions and 27851 deletions

View File

@@ -38,6 +38,7 @@ if CTEST then
end --CTEST
print("HAVE_COMPILER",HAVE_COMPILER)
print("INTERNAL_GENERATION",INTERNAL_GENERATION)
--get implementations
local implementations = {}
for i=3,#script_args do table.insert(implementations,script_args[i]) end