Skip to content

Commit

Permalink
fix bad include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jun 11, 2020
1 parent ab8b475 commit 2b84f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMParser/Makefile
Expand Up @@ -22,7 +22,7 @@ all: libomcparserantlr4.a
libomcparserantlr4.a: $(OBJS)
$(AR) -s -r $@ $(OBJS)
cp -pR $@ $(OMBUILDDIR)/lib/$(host_short)/omc/
cp -pR install/include/antlr4-runtime $(OMBUILDDIR)/include/$(host_short)/omc/
cp -pR install/include/antlr4-runtime $(OMBUILDDIR)/include/omc/

$(OBJS): $(CPP_FILES) install/lib/libantlr4-runtime.a

Expand Down

0 comments on commit 2b84f5c

Please sign in to comment.