| force jimtcl to build static |
| Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
| jimtcl/auto.def | 5 ----- |
| 1 file changed, 5 deletions(-) |
| =================================================================== |
| @@ -148,13 +148,8 @@ if {[opt-bool references]} { |
| msg-result "Enabling references" |
| -if {[opt-bool shared with-jim-shared]} { |
| - msg-result "Building shared library" |
| - define JIM_LIBTYPE shared |
| msg-result "Building static library" |
| define JIM_LIBTYPE static |
| if {[opt-bool install-jim]} { |