Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 20, 2021
1 parent 6f9cbde commit 3b6497c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis3-qt6-build-deps.dockerfile
Expand Up @@ -51,6 +51,6 @@ RUN cd /usr/src \
&& unzip download \
&& cd qwt-6.2.0 \
&& qmake6 qwt.pro \
&& make -j4
&& make -j4 \
&& make install

0 comments on commit 3b6497c

Please sign in to comment.