diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-08-16 01:07:01 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-08-16 02:58:23 (GMT) |
commit | bf20d7a80d494200d8d12b6457f8316764a62477 (patch) | |
tree | cb632acc951f6fcef49e76f2f087bab1daeff292 /src/boost.mk | |
parent | 71fbb5425000dde563bf9e5f3bae7b9816e938a2 (diff) | |
download | mxe-bf20d7a80d494200d8d12b6457f8316764a62477.zip mxe-bf20d7a80d494200d8d12b6457f8316764a62477.tar.gz mxe-bf20d7a80d494200d8d12b6457f8316764a62477.tar.bz2 |
boost: fix directory quoting
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/boost.mk')
-rw-r--r-- | src/boost.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk index 7b36398..3622aa8 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -46,7 +46,7 @@ define $(PKG)_BUILD stage install $(if $(BUILD_SHARED), \ - mv -fv $(PREFIX)/$(TARGET)/lib/libboost_*.dll '$(PREFIX)/$(TARGET)/bin/') + mv -fv '$(PREFIX)/$(TARGET)/lib/'libboost_*.dll '$(PREFIX)/$(TARGET)/bin/') '$(TARGET)-g++' \ -W -Wall -Werror -ansi -U__STRICT_ANSI__ -pedantic \ |