Skip to content

Commit 6baba3a

Browse files
Fix pic in declare_dependency in meson.build
1 parent 29ff573 commit 6baba3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2797,8 +2797,7 @@ libmigration = static_library('migration', sources: migration_files + genh,
27972797
build_by_default: false,
27982798
pic: 'AS_SHARED_LIB' in config_host)
27992799
migration = declare_dependency(link_with: libmigration,
2800-
dependencies: [zlib, qom, io],
2801-
pic: 'AS_SHARED_LIB' in config_host)
2800+
dependencies: [zlib, qom, io])
28022801
softmmu_ss.add(migration)
28032802

28042803
block_ss = block_ss.apply(config_host, strict: false)

0 commit comments

Comments
 (0)