mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-18 04:10:33 +01:00
Add SHLIBFLAGS for linking shared libraries.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
1a8cd2ee7d
commit
30bec39a50
@ -44,6 +44,9 @@ CFLAGS64 = -m64
|
||||
CXXFLAGS = -Wall -Wno-sign-compare
|
||||
CXXFLAGS32 = -m32
|
||||
CXXFLAGS64 = -m64
|
||||
SHLIBFLAGS =
|
||||
SHLIBFLAGS32 = -m32
|
||||
SHLIBFLAGS64 = -m64
|
||||
LINKFLAGS =
|
||||
LINKFLAGS32 = -m32
|
||||
LINKFLAGS64 = -m64
|
||||
|
Loading…
Reference in New Issue
Block a user