Skip to content
Snippets Groups Projects
Commit 2fe33b18 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'fix/macOS-args' into 'master'

[ivette] Fix/mac os args

See merge request frama-c/frama-c!4368
parents a1c78b46 a4fc83c5
No related branches found
No related tags found
No related merge requests found
...@@ -239,7 +239,7 @@ install: ...@@ -239,7 +239,7 @@ install:
@cp ivette-macos.sh dist/ivette.sh @cp ivette-macos.sh dist/ivette.sh
@echo "exec open -na $(LIBDIR)/frama-c/Ivette.app --args\\" >> dist/ivette.sh @echo "exec open -na $(LIBDIR)/frama-c/Ivette.app --args\\" >> dist/ivette.sh
@echo " --command $(BINDIR)/frama-c\\" >> dist/ivette.sh @echo " --command $(BINDIR)/frama-c\\" >> dist/ivette.sh
@echo " --working \$$PWD \$$*" >> dist/ivette.sh @echo " --working \$$PWD \"\$@\"" >> dist/ivette.sh
@mkdir -p $(BINDIR) @mkdir -p $(BINDIR)
@install dist/ivette.sh $(BINDIR)/ivette @install dist/ivette.sh $(BINDIR)/ivette
@rm -fr $(IVETTE_DIST) @rm -fr $(IVETTE_DIST)
......
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