This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Fix `make debug` on Mac.
tags/v1.0.0
Andrew Belt
5 years ago
parent
690a2dbc21
commit
f813bff72b
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -58,7 +58,7 @@ runr: $(TARGET)
debug: $(TARGET)
debug: $(TARGET)
ifdef ARCH_MAC
ifdef ARCH_MAC
lldb --
args
./$< -d
lldb -- ./$< -d
endif
endif
ifdef ARCH_WIN
ifdef ARCH_WIN
gdb --args ./$< -d
gdb --args ./$< -d
Write
Preview
Loading…
Cancel
Save