Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Mar 19, 2019
1 parent e777615 commit 0b6fd15
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 0b6fd15

Please sign in to comment.