fix cp -ur

This commit is contained in:
derselbst 2021-06-13 15:30:24 +02:00
parent 82a80ad2c8
commit 06619e99e0

View file

@ -522,7 +522,7 @@ jobs:
- template: cmake-android.yml
parameters:
sourceDir: 'oboe-$(OBOE_VERSION)'
installCommand: 'cp liboboe.* ${PREFIX}/lib/ && cp -ur ../include/oboe ${PREFIX}/include'
installCommand: 'cp liboboe.* ${PREFIX}/lib/ && cp -R ../include/oboe ${PREFIX}/include'
- bash: |
set -ex