mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-14 20:31:19 +00:00
Use full frank.py by default
Former-commit-id: 588aa212429c6b4d0995e5196555c7de37965848
This commit is contained in:
parent
4096e66d81
commit
a4a83cbf25
@ -1111,10 +1111,10 @@ if __name__ == "__main__":
|
|||||||
help="base build directory",
|
help="base build directory",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--frank",
|
"--franklite",
|
||||||
dest="frank",
|
dest="frank",
|
||||||
action="store_true",
|
action="store_false",
|
||||||
help="use full frank.py instead of franklite.py (non-matching)",
|
help="use franklite.py instead of frank.py (non-matching)",
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user