-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Please add installing fastspin too. It already is built while building spin2cpp, just installing it is missing.
diff --git a/Makefile b/Makefile
index d510865..583a727 100644
--- a/Makefile
+++ b/Makefile
@@ -330,7 +330,7 @@ spin2cpp:
@$(ECHO) Building spin2cpp
@$(MAKE) -C spin2cpp CROSS=$(CROSS) BUILD=$(BUILD)/spin2cpp
@$(ECHO) Installing spin2cpp
- @$(CP) $(BUILD)/spin2cpp/spin2cpp$(EXT) $(PREFIX)/bin
+ @$(CP) $(BUILD)/spin2cpp/spin2cpp$(EXT) $(BUILD)/spin2cpp/fastspin$(EXT) $(PREFIX)/bin
.PHONY: clean-spin2cpp
clean-spin2cpp:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels