- Respect CXX (linking)
PR: 163229 Submitted by: Jan Beich <jbeich@tormail.net>
This commit is contained in:
@@ -15,3 +15,12 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -1482,7 +1478,7 @@
|
||||
if test $SHARED_BUILD = 1; then
|
||||
SHLIB_FLAGS="-shared"
|
||||
SHLIB_CFLAGS="-fPIC -DUSE_TCL_STUBS"
|
||||
- SHLIB_LD="g++ -shared"
|
||||
+ SHLIB_LD="$CXX -shared"
|
||||
else
|
||||
SHLIB_FLAGS=""
|
||||
SHLIB_CFLAGS=""
|
||||
|
||||
Reference in New Issue
Block a user