Skip to content

Commit e8ac130

Browse files
committed
res1
1 parent 0941840 commit e8ac130

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

SConstruct

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ env = Environment(
7777
"#third_party/catch2/include",
7878
"#third_party/libyuv/include",
7979
],
80-
LIBPATH=[
81-
"#common",
82-
],
8380
LIBPATH=[
8481
"#common",
8582
"#msgq_repo",
@@ -233,10 +230,9 @@ Clean(["."], cache_dir)
233230
# Build common module
234231
SConscript(['common/SConscript'])
235232
Import('_common')
236-
Import('_common')
233+
237234
common = [_common, 'json11', 'zmq']
238235
Export('common')
239-
Export('common')
240236

241237
# Build messaging (cereal + msgq + socketmaster + their dependencies)
242238
# Enable swaglog include in submodules

0 commit comments

Comments
 (0)