diff options
Diffstat (limited to 'bin/mklib')
-rwxr-xr-x | bin/mklib | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -104,6 +104,9 @@ do # this is a special case (see bugzilla 10876) DEPS="$DEPS $1" ;; + '-pthread') + DEPS="$DEPS -pthread" + ;; '-cplusplus') CPLUSPLUS=1 ;; |