diff options
author | Mark Brand <mabrand@mabrand.nl> | 2018-03-13 07:42:20 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2018-03-13 07:42:20 (GMT) |
commit | ecef8cb387c5268f53cf506e28489d51fabaec9c (patch) | |
tree | f55d44cb36366f5e7d26074e6bdb1442f326d4c9 | |
parent | 40fb0a04ad5da8463ca08a0a01c9d1140ed6a043 (diff) | |
download | mxe-ecef8cb387c5268f53cf506e28489d51fabaec9c.zip mxe-ecef8cb387c5268f53cf506e28489d51fabaec9c.tar.gz mxe-ecef8cb387c5268f53cf506e28489d51fabaec9c.tar.bz2 |
fix whitespace
-rw-r--r-- | src/smtpclient-for-qt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smtpclient-for-qt.mk b/src/smtpclient-for-qt.mk index 2dbbb81..0bbe61f 100644 --- a/src/smtpclient-for-qt.mk +++ b/src/smtpclient-for-qt.mk @@ -22,7 +22,7 @@ define $(PKG)_BUILD 'headers.files = $$$$HEADERS' \ 'win32:dlltarget.path = $$$$[QT_INSTALL_BINS]' \ 'target.path = $$$$[QT_INSTALL_LIBS]' \ - '!static:win32:target.CONFIG = no_dll' \ + '!static:win32:target.CONFIG = no_dll' \ 'win32:INSTALLS += dlltarget' \ 'INSTALLS += target headers' $(MAKE) -C '$(1)' -j '$(JOBS)' |