Small change to all presetting end libs.
This commit is contained in:
parent
9ff04adb41
commit
8d4f9c9c11
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -182,7 +182,7 @@ CXXFLAGS=${CXXFLAGS:="-O2 -Wall"}
|
|||
#LCXX_FLAGS=
|
||||
|
||||
# Ending libraries to tack onto the linking of all C++ programs
|
||||
LCXX_END_LIBS="-lm"
|
||||
LCXX_END_LIBS=${LCXX_END_LIBS:="-lm"}
|
||||
|
||||
# the compiler flag to use to compile code that will be inserted into shared
|
||||
# libraries.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue