Skip to content

Commit d0cce41

Browse files
committed
depends: Fix mv command compatibility with macOS
1 parent 690f5da commit d0cce41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/native_qt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ endef
152152

153153
define $(package)_postprocess_cmds
154154
rm -rf doc/ && \
155-
mv -t .. translations/
155+
mv translations/ ..
156156
endef

0 commit comments

Comments
 (0)