summaryrefslogtreecommitdiffstats
path: root/src/widl.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-21 02:55:08 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-21 02:55:08 (GMT)
commit9c000cf49c3b5dfa784a84266d30df970b832908 (patch)
tree425126157cd6e5e70dd2053874c4a56d50edf1a1 /src/widl.mk
parent554d7fcf03672fdbbfb3f8d2f30efb2b62fbecdf (diff)
downloadmxe-9c000cf49c3b5dfa784a84266d30df970b832908.zip
mxe-9c000cf49c3b5dfa784a84266d30df970b832908.tar.gz
mxe-9c000cf49c3b5dfa784a84266d30df970b832908.tar.bz2
cleanup style
Diffstat (limited to 'src/widl.mk')
-rw-r--r--src/widl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widl.mk b/src/widl.mk
index 1c7375b..c0ef1fa 100644
--- a/src/widl.mk
+++ b/src/widl.mk
@@ -24,7 +24,7 @@ define $(PKG)_BUILD
--prefix='$(PREFIX)' \
--target='$(TARGET)'
$(MAKE) -C '$(1)/mingw-w64-tools/widl' -j '$(JOBS)' install
-
+
# create cmake file
echo 'set(CMAKE_WIDL $(PREFIX)/bin/$(TARGET)-$(PKG) CACHE PATH "widl executable")' \
> '$(CMAKE_TOOLCHAIN_DIR)/$(PKG).cmake'