escape illegal '--' in comment.

This commit is contained in:
John Ralls 2016-08-18 10:01:14 -07:00
parent fd0d9cf297
commit 4a12c344c6

View File

@ -13,7 +13,7 @@
<plist>${project}/Info.plist</plist>
<!-- Build gramps-launcher with:
gcc -L$PREFIX `python-config --cflags --ldflags` \
gcc -L$PREFIX `python-config -\-cflags -\-ldflags` \
-o $PREFIX/bin/gramps-launcher \
path/to/gtk-mac-bundler/examples/python-launcher.c
with the obvious substitution.