mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 17:42:21 +00:00
Use oboe 1.5.0
This commit is contained in:
parent
c9c80a5fde
commit
1e18ee7781
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ prepare: checkout-oboe checkout-cerbero
|
|||
|
||||
.PHONY: checkout-oboe
|
||||
checkout-oboe: $(OBOE)
|
||||
cd $(OBOE) && git checkout 395f3d6ac25c2b069d53451b89dff4aa96d26eb8
|
||||
cd $(OBOE) && git checkout 1.5.0
|
||||
|
||||
$(OBOE):
|
||||
git clone https://github.com/Google/oboe.git $(OBOE)
|
||||
|
|
Loading…
Reference in a new issue