Changeset 359b464 in OpenModelica


Ignore:
Timestamp:
2021-03-03T12:01:55+01:00 (3 years ago)
Author:
GitHub <noreply@…>
Branches:
Added-citation-metadata, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
46925fa1
Parents:
61188e9e
git-author:
Alex <637714+alexchandel@…> (03/03/21 12:01:55)
git-committer:
GitHub <noreply@…> (03/03/21 12:01:55)
Message:

fix OMParser/Makefile for macOS (#7247)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMParser/Makefile

    r8630a308 r359b464  
    1212
    1313override CXXFLAGS += -Iinstall/include/antlr4-runtime -std=c++11 -DANTLR4CPP_STATIC
    14 override LDFLAGS +=-Linstall/lib -Bstatic -lantlr4-runtime -lstdc++ -Bdynamic -static-libgcc
    1514
    1615CPP_FILES=modelicaBaseListener.cpp  modelicaBaseVisitor.cpp  modelicaLexer.cpp  modelicaListener.cpp  modelicaParser.cpp  modelicaVisitor.cpp
     
    2221libomcparserantlr4.a: $(OBJS)
    2322  $(AR) -s -r $@ $(OBJS)
     23  mkdir -p $(OMBUILDDIR)/lib/$(host_short)/omc/ $(OMBUILDDIR)/include/omc/
    2424  cp -pR $@ $(OMBUILDDIR)/lib/$(host_short)/omc/
    2525  cp -pR install/include/antlr4-runtime $(OMBUILDDIR)/include/omc/
Note: See TracChangeset for help on using the changeset viewer.