summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 2fbab74..04bbd7a 100755
--- a/build
+++ b/build
@@ -6,7 +6,8 @@ nop:
@:
configure:
- oh-autoconfigure -s src/unix -- \
+ TCL_SHLIB_LD_EXTRAS='-Wl,-soname,$${TCL_LIB_FILE}' \
+ oh-autoconfigure -s src/unix -- \
--enable-shared \
--enable-threads \
--enable-dll-unloading \