mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: fix build on macOS
This commit is contained in:
@ -92,7 +92,7 @@ endif
|
||||
|
||||
if host_machine.system() == 'darwin'
|
||||
libsysprof_deps += [ dependency('libelf') ]
|
||||
libsysprof_c_args = [ '-DNT_GNU_BUILD_ID=3', '-DELF_NOTE_GNU="GNU"', '-D__LIBELF_INTERNAL__' ]
|
||||
libsysprof_c_args += [ '-DNT_GNU_BUILD_ID=3', '-DELF_NOTE_GNU="GNU"', '-D__LIBELF_INTERNAL__' ]
|
||||
endif
|
||||
|
||||
if host_machine.system() != 'darwin'
|
||||
|
||||
Reference in New Issue
Block a user