Skip to content

Commit

Permalink
build: static hipo4
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 7, 2024
1 parent 77232d6 commit 9ed351c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ project_description = 'Implementation Guardian of Analysis Algorithms'

# resolve dependencies
fmt_dep = dependency('fmt', version: '>=9.1.0', method: 'pkg-config')
hipo_dep = dependency('hipo4', version: '>=4.0.1', method: 'pkg-config')
hipo_dep = dependency('hipo4', version: '>=4.0.1', method: 'pkg-config', static: true)

# general project vars
project_lib_rpath = '$ORIGIN'
Expand Down

0 comments on commit 9ed351c

Please sign in to comment.