rm quotes in compiler exports

This commit is contained in:
Radovan Bast
2015-10-13 10:05:36 +02:00
parent cff0797b7b
commit 246c0cf2b2
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
#
# docopt: --cc=<CC> C compiler [default: gcc].
# --extra-cc-flags=<EXTRA_CFLAGS> Extra C compiler flags [default: ''].
# export: 'CC="{0}"'.format(arguments['--cc'])
# export: 'CC={0}'.format(arguments['--cc'])
# define: '-DEXTRA_CFLAGS="{0}"'.format(arguments['--extra-cc-flags'])
enable_language(C)