Resource: use default protoc instead of custom one

No need to use the custom one.
This commit is contained in:
Kawe Mazidjatari 2024-04-21 01:50:32 +02:00
parent 9792ce6951
commit fa04053de7

View File

@ -1,3 +1,3 @@
protoc64 --cpp_out=. sig_map.proto
protoc64 --cpp_out=. netcon.proto
protoc64 --cpp_out=. events.proto
protoc --cpp_out=. sig_map.proto
protoc --cpp_out=. netcon.proto
protoc --cpp_out=. events.proto