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
Compile .mm files with CXX rather than CC
pull/1940/head
Alexis Hildebrandt
3 months ago
parent
58f2482df8
commit
3b0f985639
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
compile.mk
+ 1
- 1
compile.mk
View File
@@ -88,7 +88,7 @@ build/%.m.o: %.m
build/%.mm.o: %.mm
build/%.mm.o: %.mm
@mkdir -p $(@D)
@mkdir -p $(@D)
$(C
C
) $(CXXFLAGS) -c -o $@ $<
$(C
XX
) $(CXXFLAGS) -c -o $@ $<
build/%.bin.o: %
build/%.bin.o: %
@mkdir -p $(@D)
@mkdir -p $(@D)
Write
Preview
Loading…
Cancel
Save