This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Only build interposer on linux
tags/1.9.8
falkTX
7 years ago
parent
ee83db7d05
commit
48995130fd
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+ 2
- 0
Makefile
View File
@@ -132,7 +132,9 @@ discovery: libs
@$(MAKE) -C source/discovery
interposer:
ifeq ($(LINUX),true)
@$(MAKE) -C source/interposer
endif
libjack: libs
@$(MAKE) -C source/libjack
Write
Preview
Loading…
Cancel
Save