diff options
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 317c398..ca105ea 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -22,7 +22,7 @@ endef define $(PKG)_BUILD echo 'using gcc : : $(TARGET)-g++ : ;' > '$(1)/user-config.jam' # 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' + $(SED) -i 's,<target-os>windows : lib ;,<target-os>windows : a ;,' '$(1)/tools/build/v2/tools/types/lib.jam' # compile boost jam cd '$(1)/tools/jam/src' && ./build.sh cd '$(1)' && tools/jam/src/bin.*/bjam \ |