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
Make arch.mk error more verbose
tags/v0.6.1
Andrew Belt
6 years ago
parent
7f6745ca58
commit
fdc8d50f39
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
arch.mk
+ 1
- 1
arch.mk
View File
@@ -16,5 +16,5 @@ else ifneq (, $(findstring linux, $(MACHINE)))
ARCH_LIN := 1
ARCH_LIN := 1
ARCH := lin
ARCH := lin
else
else
$(error Could not determine architecture. Try hacking around in arch.mk)
$(error Could not determine architecture
of $(MACHINE)
. Try hacking around in arch.mk)
endif
endif
Write
Preview
Loading…
Cancel
Save