Browse Source

Exit after IDL codegen.

Бранимир Караџић 6 years ago
parent
commit
4ed2574d1b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/bgfx-idl.lua

+ 1 - 0
scripts/bgfx-idl.lua

@@ -94,4 +94,5 @@ BGFX_C_API bgfx_interface_vtbl_t* bgfx_get_interface(uint32_t _version)
 		out:close()
 	end
 
+	os.exit()
 end