Skip to content

Commit 4099fad

Browse files
committed
[build] Ensure fdset files are built correctly
1 parent bbe4d0f commit 4099fad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ fdset:
302302
@echo -e "building fdset files \033[1;33m==>\033[0m \033[1;34m./common/protos\033[0m"
303303

304304
@mkdir -p fdset
305-
@cd common/protos && protoc -o events.fdset events.proto && cd ../..
305+
@cd common/protos && protoc -I.. -I. -o events.fdset events.proto && cd ../..
306306
@mv common/protos/events.fdset fdset
307307

308308
@echo -e "to consume with \033[1;33mhttps://github.com/sevagh/pq\033[0m: FDSET_PATH=./fdset pq kafka aliecs.environment --brokers kafka-broker-hostname:9092 --beginning --msgtype events.Event"

0 commit comments

Comments
 (0)