This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla-Releases
mirror of
https://github.com/falkTX/Carla-Releases.git
Watch
1
Star
0
Fork
0
Code
Releases
15
Activity
Browse Source
Fix windows build
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX
4 years ago
parent
2945f612ed
commit
40026f4e6b
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Carla
+3
-0
build.sh
+ 1
- 1
Carla
@@ -1 +1 @@
Subproject commit
d664abbe958972b49f1d995cd0b90e5b599f884f
Subproject commit
25fca1b8517d17a0225d5f232b4df5e4c0e8293e
+ 3
- 0
build.sh
View File
@@ -24,6 +24,9 @@ popd
pushd Carla
make features
make EXTERNAL_PLUGINS=false ${MAKE_ARGS}
if [ "${WIN64}" -eq 1 ]; then
make EXTERNAL_PLUGINS=false ${MAKE_ARGS} win32r
fi
make dist
popd
Write
Preview
Loading…
Cancel
Save