Added required build command for ProtocolBuffer

This commit is contained in:
Tristan B. Velloza Kildaire 2021-08-27 15:09:29 +02:00
parent 3ce9ad35e4
commit c82e9cee0b
1 changed files with 3 additions and 1 deletions

View File

@ -11,5 +11,7 @@
"license": "LGPL v2.1",
"name": "libdnet",
"targetPath": "bin",
"targetType": "library"
"targetType": "library",
"preBuildCommands": ["protoc --plugin=\"$HOME/.dub/packages/protobuf-0.6.2/protobuf/protoc_gen_d/../build/protoc-gen-d\" source/libdnet/protobuf/dnet.proto --d_out=source/libdnet/protobuf/."
]
}