rcc: single dash options

According to help, options are single-dash - in fact, the default `rcc`
on fedora doesn't accept double-dash.
This commit is contained in:
Jacek Sieka 2020-11-09 15:35:09 +01:00 committed by Iuri Matias
parent e0e1487643
commit fa3aa77ee5
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ rcc:
rm -f ./resources.rcc
rm -f ./ui/resources.qrc
./ui/generate-rcc.sh
rcc --binary ui/resources.qrc -o ./resources.rcc
rcc -binary ui/resources.qrc -o ./resources.rcc
nim_status_client: | $(DOTHERSIDE) $(STATUSGO) $(QRCODEGEN) $(FLEETFILE) rcc deps
echo -e $(BUILD_MSG) "$@" && \