diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-01 15:25:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-01 15:25:48 +0100 |
commit | caec12548668dd7dd564ce732d8c77a76dfe4788 (patch) | |
tree | 3e4c09bb3c2fc6d8ada6efb39d504f23f736aa60 /package/python2/Makefile | |
parent | cfd377d779327c4aaed5b0b7317db794e74ade74 (diff) |
fix macos x host compile
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r-- | package/python2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index ad4b4d781..5c759eaca 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -96,7 +96,7 @@ CONFIGURE_ARGS:= --with-threads \ --without-cxx-main HOST_STYLE:= auto -HOST_CONFIGURE_ARGS:= --without-threads \ +HOST_CONFIGURE_ARGS:= --with-threads \ --disable-toolbox-glue \ --without-cxx-main |