Better proto vpath fix.
This commit is contained in:
parent
ab7f1bfcca
commit
95e188cb7a
@ -133,7 +133,7 @@ workspace "iw4x"
|
|||||||
-- fix vpaths for protobuf sources
|
-- fix vpaths for protobuf sources
|
||||||
vpaths {
|
vpaths {
|
||||||
["*"] = { "./src/**" },
|
["*"] = { "./src/**" },
|
||||||
["Proto/*"] = { "./build/src/proto/**" }, -- seems like we need 'build' here
|
["Proto"] = { "**.pb.*" }, -- meh.
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Virtual paths
|
-- Virtual paths
|
||||||
|
Loading…
Reference in New Issue
Block a user