Skip to content

Commit

Permalink
Fix another protocc invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Oct 15, 2024
1 parent ca8f2a8 commit 8a23046
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
- name: brew
run: |
brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
brew list protobuf
pkg-config --libs --cflags protobuf
- name: make
run: gmake -j1 -C fluxengine V=1

Expand Down
2 changes: 1 addition & 1 deletion lib/external/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from build.protobuf import proto, protocc

proto(name="fl2_proto", srcs=["./fl2.proto"])
protocc(name="fl2_proto_lib", srcs=[".+fl2_proto"])
protocc(name="fl2_proto_lib", srcs=[".+fl2_proto"], deps=["+protobuf_lib"])

cxxlibrary(
name="external",
Expand Down

0 comments on commit 8a23046

Please sign in to comment.