Преглед изворни кода

get rid of extra "lib" in path

Seth Brenith пре 7 година
родитељ
комит
52d70064b0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      netci.groovy

+ 1 - 1
netci.groovy

@@ -145,7 +145,7 @@ def CreateXPlatBuildTask = { isPR, buildType, staticBuild, machine, platform, co
     def compilerPaths = (platform == "osx") ? "" : "--cxx=/usr/bin/clang++-3.9 --cc=/usr/bin/clang-3.9"
     def compilerPaths = (platform == "osx") ? "" : "--cxx=/usr/bin/clang++-3.9 --cc=/usr/bin/clang-3.9"
     def buildScript = "bash ./build.sh ${staticFlag} -j=`${numConcurrentCommand}` ${buildFlag} " +
     def buildScript = "bash ./build.sh ${staticFlag} -j=`${numConcurrentCommand}` ${buildFlag} " +
                       "${swbCheckFlag} ${compilerPaths} ${icuFlag} ${customOption} ${extraBuildParams}"
                       "${swbCheckFlag} ${compilerPaths} ${icuFlag} ${customOption} ${extraBuildParams}"
-    def icuLibFlag = (platform == "osx" ? "--iculib=/Users/DDITLABS/homebrew/opt/icu4c/lib" : "")
+    def icuLibFlag = (platform == "osx" ? "--iculib=/Users/DDITLABS/homebrew/opt/icu4c" : "")
     def testScript = "bash test/runtests.sh ${icuLibFlag} \"${testVariant}\""
     def testScript = "bash test/runtests.sh ${icuLibFlag} \"${testVariant}\""
 
 
     def newJob = job(jobName) {
     def newJob = job(jobName) {