mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
fix cp -ur
This commit is contained in:
parent
82a80ad2c8
commit
06619e99e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue