Skip to content

Commit 32cea38

Browse files
committed
Fixed #17, but still problems with LHA unpack.
1 parent 0bab2e9 commit 32cea38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

toolchain-ppc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ if __name__ == "__main__":
201201
parser.add_argument('action',
202202
choices=['build', 'clean'],
203203
default='build', help='perform action')
204+
parser.add_argument('args', metavar='ARGS', type=str, nargs='*',
205+
help='action arguments')
204206
parser.add_argument('--binutils', choices=['2.18', '2.23.2'], default='2.18',
205207
help='desired binutils version')
206208
parser.add_argument('--gcc', choices=['4.2.4', '4.9.1'], default='4.2.4',

0 commit comments

Comments
 (0)