Skip to content

Commit a88935b

Browse files
committed
[TASK] as far as I could get: configure_file hack for handling created file
1 parent d7b0b52 commit a88935b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bact_archiver/meson.build

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ py_sources = run_command('/bin/sh',
55

66
py.install_sources(
77
py_sources,
8-
'epics_event_pb2.py',
8+
# 'epics_event_pb2.py',
99
'archiver.cfg',
1010
pure: false,
1111
subdir: 'bact_archiver'
12-
)
12+
)
13+
subdir('proto')

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ py = import('python').find_installation(pure: false)
1212

1313
# need to build the proto generated files before
1414
# I can build the cython extension
15-
subdir('proto')
1615
subdir('bact_archiver')

0 commit comments

Comments
 (0)