mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
Export liblinprog symbols in libalm
Appls using libalm (mainly the Aukland Layout Editor) expect to find these symbols in libalm. Change-Id: I9ed72ce9fb63510351ab8b50643c3eace2c2953b Reviewed-on: https://review.haiku-os.org/c/haiku/+/6664 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Niels Sascha Reedijk <niels.reedijk@gmail.com>
This commit is contained in:
parent
c568ba76b1
commit
037c2257f9
@ -9,6 +9,10 @@ UsePrivateHeaders shared ;
|
||||
local architectureObject ;
|
||||
for architectureObject in [ MultiArchSubDirSetup ] {
|
||||
on $(architectureObject) {
|
||||
# Applications linking against libalm.so expect to find the liblinprog symbols there.
|
||||
# So, keep all the symbols exported for the time being.
|
||||
NO_HIDDEN_VISIBILITY on [ MultiArchDefaultGristFiles liblinprog.a ] = 1 ;
|
||||
|
||||
StaticLibrary [ MultiArchDefaultGristFiles liblinprog.a ] :
|
||||
ActiveSetSolver.cpp
|
||||
Constraint.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user