pokerth_protocol.pro fix for android build
This commit is contained in:
@@ -37,6 +37,12 @@ unix : !mac {
|
|||||||
system(protoc pokerth.proto --cpp_out=src/third_party/protobuf)
|
system(protoc pokerth.proto --cpp_out=src/third_party/protobuf)
|
||||||
system(protoc chatcleaner.proto --cpp_out=src/third_party/protobuf)
|
system(protoc chatcleaner.proto --cpp_out=src/third_party/protobuf)
|
||||||
system(protoc pokerth.proto --java_out=tests/src)
|
system(protoc pokerth.proto --java_out=tests/src)
|
||||||
|
|
||||||
|
android {
|
||||||
|
system(wine protoc.exe pokerth.proto --cpp_out=src/third_party/protobuf)
|
||||||
|
system(wine protoc.exe chatcleaner.proto --cpp_out=src/third_party/protobuf)
|
||||||
|
system(wine protoc.exe pokerth.proto --java_out=tests/src)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
mac {
|
mac {
|
||||||
# make it x86_64 only
|
# make it x86_64 only
|
||||||
|
|||||||
Reference in New Issue
Block a user