Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnoop Kunchukuttan (STC INDIA) <ankunchu@microsoft.com>2020-09-03 11:24:43 +0300
committerAnoop Kunchukuttan (STC INDIA) <ankunchu@microsoft.com>2020-09-03 11:24:43 +0300
commite9341518459b3c41443484cc0e58d867d9c663e4 (patch)
tree7fdc1654528c9cda1b776e58b5ec1c17a17204e4 /azure-pipelines.yml
parent70b1a28d70a4d33c57aaf5ac82b593d9b0ebafad (diff)
changes to xmlrpc build and link
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e6d6785ae..7998f0f76 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -76,7 +76,7 @@ steps:
./configure --prefix=$PWD
make
make install
- ldconfig
+ sudo ldconfig
cd ..
displayName: 'Build and Install xmlrpc-c'