Better proto vpath fix.

This commit is contained in:
momo5502 2016-02-11 18:57:11 +01:00
parent ab7f1bfcca
commit 95e188cb7a

View File

@ -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