Skip to content

Commit

Permalink
fix premake
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Jul 16, 2024
1 parent 6dc089c commit b239ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,12 @@ jobs:

vpaths {
["source"] = { "source/**.*" },
["ini"] = { "data/**.ini" },
["devdata/*"] = { "data/*" },
["data"] = { "data/**.cfg", "data/**.dat", "data/**.png", "data/**.ual", "data/**.x64ual", "data/**.dll" },
["ini"] = { "data/**.ini" },
["resources/*"] = { "./resources/*" },
["includes/*"] = { "./includes/*" },
["external/*"] = "./external/*",
["external/*"] = "./external/*",
}

filter "configurations:Debug*"
Expand Down

0 comments on commit b239ea2

Please sign in to comment.