mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
remove unnecessary left-over flags
This commit is contained in:
parent
5fcbb7c15c
commit
32e7f0bf7e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if(NOT OUT)
|
|||
endif()
|
||||
|
||||
execute_process(
|
||||
COMMAND ${EXEC} -q -I ./lib ${GENSTATIC} --no-inline
|
||||
COMMAND ${EXEC} ${GENSTATIC} --no-inline
|
||||
INPUT_FILE ${STUBS}
|
||||
OUTPUT_FILE ${OUT}
|
||||
RESULT_VARIABLE rr
|
||||
|
|
Loading…
Add table
Reference in a new issue