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
Use "-" instead of "_" in ARCH_NAME Makefile variable and package names.
tags/v2.2.0
Andrew Belt
2 years ago
parent
b4de7c9fc1
commit
b7251d7f7c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
arch.mk
+ 1
- 1
arch.mk
View File
@@ -23,4 +23,4 @@ else
$(error Could not determine operating system of $(MACHINE))
endif
ARCH_NAME := $(ARCH_OS)
_
$(ARCH_CPU)
ARCH_NAME := $(ARCH_OS)
-
$(ARCH_CPU)
Write
Preview
Loading…
Cancel
Save