summaryrefslogtreecommitdiffstats
path: root/src/boost.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-02-14 22:41:35 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-02-14 22:41:35 (GMT)
commit060d0a8b35461591dcd9e0a45ba91f207d029db8 (patch)
tree8b071a55f498683cb16c28faaea307d700570701 /src/boost.mk
parent37cbb1ff2e55aa855a7ff45540e3e43db9e9d219 (diff)
downloadmxe-060d0a8b35461591dcd9e0a45ba91f207d029db8.zip
mxe-060d0a8b35461591dcd9e0a45ba91f207d029db8.tar.gz
mxe-060d0a8b35461591dcd9e0a45ba91f207d029db8.tar.bz2
corrected typo
Diffstat (limited to 'src/boost.mk')
-rw-r--r--src/boost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk
index 96cf226..e629091 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -17,7 +17,7 @@ endef
define $(PKG)_BUILD
echo 'using gcc : : $(TARGET)-g++ : ;' > '$(1)/user-config.jam'
- # make the build scrip generate .a library files instead of .lib
+ # make the build script generate .a library files instead of .lib
$(SED) 's,<target-os>windows : lib ;,<target-os>windows : a ;,' -i '$(1)/tools/build/v2/tools/types/lib.jam'
# compile boost jam
cd '$(1)/tools/jam/src' && ./build.sh