lc-3-2 / lc32sim

LC-3.2 simulator
0 stars 0 forks source link

Allow Use of System Argparse #13

Closed ammrat13 closed 1 year ago

ammrat13 commented 1 year ago

Nix seems to really not like us downloading dependencies during the build. So, I added an option to use the system argparse if it's available. It's controlled by -DLC32SIM_SYSTEM_ARGPARSE, and it's off by default to preserve the old behavior.

@sameer-s Can you please:

sameer-s commented 1 year ago

Seems to work for me. Smart move on pinning the version of argparse as well. Merging now.