Skip to content

Commit 73e3041

Browse files
Small typo in buildit rules
1 parent 6683a17 commit 73e3041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/buildit_rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $(LIBRARY): $(LIBRARY_OBJS)
1919
$(ARV) cr $(LIBRARY) $(LIBRARY_OBJS)
2020
$(BUILD_DIR)/sample%: $(BUILD_DIR)/samples/sample%.o $(LIBRARY)
2121
@mkdir -p $(@D)
22-
$(CXXV) -o $@ $< $(LINKER_FLAGS)
22+
$(CXXLDV) -o $@ $< $(LINKER_FLAGS)
2323

2424
.PHONY: executables
2525
executables: $(SAMPLES)

0 commit comments

Comments
 (0)