diff options
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |