Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup!
  • Loading branch information
refack committed Mar 19, 2019
commit 0b6fd15cf1a6ebab6ed10dcd3b01e30c0e9170cf
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@
help="Generate an executable without external dynamic libraries. This "
"will not work on OSX when using the default compilation environment")

parser.add_option("--not-partly-static",
parser.add_option("--disable-partly-static",
action="store_false",
dest="partly_static",
default='True',
default=True,
help="Generate an executable with libgcc and libstdc++ libraries. This "
"will not work on OSX when using the default compilation environment")

Expand Down