Skip to content
Snippets Groups Projects
Commit 3d402d58 authored by Basile Desloges's avatar Basile Desloges
Browse files

[eacsl:runtime] Fix installation of runtime library files

parent e244a88c
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ EACSL_INSTALL_C_DIRECTORIES := \
install::
$(PRINT_INSTALL) E-ACSL share files
for dir in $(EACSL_C_DIRECTORIES); do \
for dir in $(EACSL_INSTALL_C_DIRECTORIES); do \
$(MKDIR) $(FRAMAC_DATADIR)/$$dir && \
$(CP) $(E_ACSL_DIR)/share/$$dir/*.[ch] $(FRAMAC_DATADIR)/$$dir ; \
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment