mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: fix static dep race in enums
This commit is contained in:
@ -206,6 +206,7 @@ libsysprof_static = static_library(
|
||||
)
|
||||
|
||||
libsysprof_static_dep = declare_dependency(
|
||||
sources: libsysprof_enums,
|
||||
link_with: libsysprof_static,
|
||||
dependencies: libsysprof_deps,
|
||||
include_directories: [include_directories('.'),
|
||||
|
||||
Reference in New Issue
Block a user