IDL: Renamed csharp to bindings-cs.

This commit is contained in:
Бранимир Караџић 2019-07-06 09:47:45 -07:00
parent d01601f6e4
commit 28b8040cd5
2 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ newaction {
generate("temp.defines.h", "../include/bgfx/defines.h", "\t")
do
local csgen = require "csharp"
local csgen = require "bindings-cs"
csgen.write(csgen.gen(), "../bindings/cs/bgfx.cs")
end