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
43
Wiki
Activity
Browse Source
Fix make debug for Windows platform.
pull/631/head
Christoph Scholtes
7 years ago
parent
f31c13270d
commit
d56d71cbec
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -72,7 +72,7 @@ ifeq ($(ARCH), mac)
endif
ifeq ($(ARCH), win)
# TODO get rid of the mingw64 path
env PATH=dep/bin:/mingw64/bin gdb -ex run ./Rack
env PATH=
"$(PATH)":
dep/bin:/mingw64/bin gdb -ex run ./Rack
endif
perf: $(TARGET)
Write
Preview
Loading…
Cancel
Save