mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09:00
meson: Fix linking issue of libfprint with newer gcc
It appears the order of linking is relevant in this case, change it to fix some linking issues. It may be that there are better solutions to this problem.
This commit is contained in:
@@ -259,7 +259,7 @@ libfprint = library(versioned_libname.split('lib')[1],
|
||||
version: libversion,
|
||||
link_args : vflag,
|
||||
link_depends : mapfile,
|
||||
link_with: [libfprint_private, libfprint_drivers],
|
||||
link_with: [libfprint_drivers, libfprint_private],
|
||||
dependencies: deps,
|
||||
install: true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user