Skip to content

Commit

Permalink
fixup! build: add new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVanlaer committed Oct 22, 2024
1 parent 7338696 commit 692d693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/install-commands.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ INSTALL_INCLUDES_BUILD := $(addprefix $(BUILD_DIR_MODULE)/include/,$(notdir $(IN

install-includes:
install -pd $(PREFIX)/include
if [[ "$(INSTALL_INCLUDES_BUILD)" ]]; then \
if [ "$(INSTALL_INCLUDES_BUILD)" ]; then \
for f in "$(INSTALL_INCLUDES_BUILD)"; do \
install -pm 644 $$f $(PREFIX)/include; \
done; \
Expand Down

0 comments on commit 692d693

Please sign in to comment.