diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-02-14 22:41:35 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-02-14 22:41:35 (GMT) |
commit | 060d0a8b35461591dcd9e0a45ba91f207d029db8 (patch) | |
tree | 8b071a55f498683cb16c28faaea307d700570701 /src/boost.mk | |
parent | 37cbb1ff2e55aa855a7ff45540e3e43db9e9d219 (diff) | |
download | mxe-060d0a8b35461591dcd9e0a45ba91f207d029db8.zip mxe-060d0a8b35461591dcd9e0a45ba91f207d029db8.tar.gz mxe-060d0a8b35461591dcd9e0a45ba91f207d029db8.tar.bz2 |
corrected typo
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 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 |