aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorIgor Minar2013-08-24 14:02:55 -0700
committerIgor Minar2013-08-25 14:46:54 -0700
commit92700509c8eb0015d864efdc8a46b421a6256d03 (patch)
treeda999c71ef8713b51c1f786666932fa62135b8ba /docs/content
parent9b94169aaa44721e033b6808f8b9c0bf669cb0d6 (diff)
downloadangular.js-92700509c8eb0015d864efdc8a46b421a6256d03.tar.bz2
test(docs): disable brittle tests that need to be rewritten
Diffstat (limited to 'docs/content')
0 files changed, 0 insertions, 0 deletions
do url "https://sourceforge.net/p/xml-cppdom/patches/6/attachment/boost_integration.diff" sha1 "e0c6a0d0cfe07317e343e3334e922213db2ea6b8" end def install args = ["prefix=#{prefix}", "build_test=no", "var_type=optimized", "BoostBaseDir=#{HOMEBREW_PREFIX}/"] if MacOS.prefer_64_bit? args << "var_arch=x64" else args << "var_arch=ia32" end system "#{HOMEBREW_PREFIX}/bin/scons", "install", *args end end __END__ diff --git a/SConstruct b/SConstruct index ef38778..97a9ea3 100644 --- a/SConstruct +++ b/SConstruct @@ -170,9 +170,6 @@ if not SConsAddons.Util.hasHelpFlag(): inst_paths = copy.copy(base_inst_paths) inst_paths['libPrefix'] = pj(inst_paths['flagpollPrefix'], 'lib') - if "x64" == combo["arch"]: - inst_paths['lib'] = inst_paths['lib'] + '64' - inst_paths['libPrefix'] = inst_paths['libPrefix'] + '64' if "debug" == combo["type"]: inst_paths["lib"] = pj(inst_paths["lib"],"debug") inst_paths['libPrefix'] = pj(inst_paths['libPrefix'],'debug')