Update quickjs with now merged PR, update carla
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d0eaef6ccf
commit
7d02a17892
4 changed files with 9 additions and 8 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -126,7 +126,7 @@
|
|||
url = https://github.com/CardinalModules/ihtsyn.git
|
||||
[submodule "deps/QuickJS"]
|
||||
path = deps/QuickJS
|
||||
url = https://github.com/CardinalModules/QuickJS.git
|
||||
url = https://github.com/JerrySievert/QuickJS.git
|
||||
[submodule "plugins/Autinn"]
|
||||
path = plugins/Autinn
|
||||
url = https://github.com/NikolaiVChr/Autinn.git
|
||||
|
|
11
Makefile
11
Makefile
|
@ -267,9 +267,11 @@ install:
|
|||
# --------------------------------------------------------------
|
||||
# Tarball step, for releases
|
||||
|
||||
# --lzma
|
||||
|
||||
tarball:
|
||||
rm -f ../cardinal-$(VERSION).tar
|
||||
tar -c --lzma \
|
||||
tar -c \
|
||||
--exclude=".appveyor*" \
|
||||
--exclude=".ci*" \
|
||||
--exclude=".clang*" \
|
||||
|
@ -286,10 +288,7 @@ tarball:
|
|||
--exclude=bin \
|
||||
--exclude=build \
|
||||
--exclude=carla/data \
|
||||
--exclude=carla/source/bridges-plugin \
|
||||
--exclude=carla/source/discovery \
|
||||
--exclude=carla/source/frontend \
|
||||
--exclude=carla/source/jackbridge \
|
||||
--exclude=carla/source/interposer \
|
||||
--exclude=carla/source/libjack \
|
||||
--exclude=carla/source/native-plugins/resources \
|
||||
|
@ -360,8 +359,10 @@ tarball:
|
|||
--exclude=src/Rack/src/window/Window.cpp \
|
||||
--exclude=src/Rack/res/Core \
|
||||
--exclude=src/Rack/res/icon.png \
|
||||
--transform='s,^\.\.,-.-.,' \
|
||||
--transform='s,^\.,cardinal-$(VERSION),' \
|
||||
-f ../cardinal-$(VERSION).tar.xz .
|
||||
--transform='s,^-\.-\.,..,' \
|
||||
-f ../cardinal-$(VERSION).tar .
|
||||
|
||||
# --------------------------------------------------------------
|
||||
|
||||
|
|
2
carla
2
carla
|
@ -1 +1 @@
|
|||
Subproject commit 74a1ae82c90db85f20550ddcdc8a927b8fb7e414
|
||||
Subproject commit 719246eb66462986c0702480f2d0cc1bef448eb8
|
2
deps/QuickJS
vendored
2
deps/QuickJS
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 9ed118744671f1e257ebb0d731300ba115f6cfce
|
||||
Subproject commit 3afe57a8345814f89cb48df47a9f10f92da3c994
|
Loading…
Add table
Add a link
Reference in a new issue