diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2016-02-26 22:49:18 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2016-02-26 22:49:18 +0300 |
commit | 926bbe1815c86e38722f6b635874bc99981734aa (patch) | |
tree | 8ce5e6fd8904f10c32cc1790ae754097f7f587b8 /dev-util/boost-build/files/boost-build-1.48.0-disable_python_rpath.patch | |
parent | d80e68a99ac0400828912cfe25c59b45e3f69005 (diff) |
removed boost, boost-build - outdated
Diffstat (limited to 'dev-util/boost-build/files/boost-build-1.48.0-disable_python_rpath.patch')
-rw-r--r-- | dev-util/boost-build/files/boost-build-1.48.0-disable_python_rpath.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-util/boost-build/files/boost-build-1.48.0-disable_python_rpath.patch b/dev-util/boost-build/files/boost-build-1.48.0-disable_python_rpath.patch deleted file mode 100644 index 8b88b43..0000000 --- a/dev-util/boost-build/files/boost-build-1.48.0-disable_python_rpath.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/python.jam -+++ tools/python.jam -@@ -961,7 +961,7 @@ - # linux). - : $(usage-requirements) - <testing.launcher>$(set-PYTHONPATH) -- <library-path>$(libraries) <dll-path>$(dll-path) <library>python.lib -+ <library-path>$(libraries) <library>python.lib - ; - } - |