mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
CMake: cmake-builder.sh "-c" takes an argument
This commit is contained in:
parent
dfda031f23
commit
b3465af64e
@ -153,7 +153,7 @@ fi
|
||||
longopts=clean,help,flavor:,config:,nonetwork,novideo,notest,parallel,generate,testonly
|
||||
longopts=${longopts},noinstall,installonly,verbose,target:,lto,debugWall,cppcheck,cpack_suffix:
|
||||
|
||||
ARGS=$(${getopt_prog} --longoptions $longopts --options xhf:cpg -- "$@")
|
||||
ARGS=$(${getopt_prog} --longoptions $longopts --options xhf:c:pg -- "$@")
|
||||
if [ $? -ne 0 ] ; then
|
||||
showHelp "${scriptName}: Usage error (use -h for help.)"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user