- Respect CXX (linking)
PR: 163229 Submitted by: Jan Beich <jbeich@tormail.net>
This commit is contained in:
parent
a7fea62898
commit
db2e3356a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288087
1 changed files with 9 additions and 0 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue