fix typo
This commit is contained in:
parent
2e23b64536
commit
52ea1ea63a
|
|
@ -6,7 +6,7 @@ local vorbis = require("path/to/premake-scripts/vorbis/build-vorbis")
|
|||
local freetype = require("path/to/premake-scripts/freetype/build-freetype")
|
||||
local imguisfml = require("path/to/premake-scripts/imgui-sfml/build-imgui-sfml")
|
||||
|
||||
local exampleproject = require("path/to/premake-scripts/project")
|
||||
local exampleproject = require("path/to/project")
|
||||
|
||||
-- assuming you are using the modules I provided with premake
|
||||
require ("ecc/ecc")
|
||||
|
|
|
|||
Loading…
Reference in New Issue