Skip to content

Commit

Permalink
Move logger down
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Jun 9, 2024
1 parent 86b26dd commit e513b74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ common = ''

cpppath = [
f"#/",
'#msgq/',
'/usr/lib/include',
'/opt/homebrew/include',
sysconfig.get_paths()['include'],
Expand Down Expand Up @@ -59,7 +60,6 @@ env = Environment(
"-Wunused",
"-Werror",
"-Wshadow",
"-Wno-vla-cxx-extension",
] + ccflags,
LDFLAGS=ldflags,
LINKFLAGS=ldflags,
Expand Down
1 change: 0 additions & 1 deletion logger

This file was deleted.

0 comments on commit e513b74

Please sign in to comment.