mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-06 06:09:52 +03:00
Fixed trailing comma missing in list within build script
This commit is contained in:
@@ -110,7 +110,7 @@ project "Nuake"
|
||||
"%{prj.name}/src/Vendors/katana-parser/*.c",
|
||||
"%{prj.name}/src/Vendors/incbin/*.c",
|
||||
"%{prj.name}/src/Vendors/incbin/*.h",
|
||||
"%{prj.name}/src/Vendors/filewatch/*.hpp"
|
||||
"%{prj.name}/src/Vendors/filewatch/*.hpp",
|
||||
|
||||
-- Modules System
|
||||
"%{prj.name}/src/Modules/Modules.h",
|
||||
|
||||
Reference in New Issue
Block a user