Skip to content

Commit

Permalink
Removing hardcoded path
Browse files Browse the repository at this point in the history
  • Loading branch information
mexanick committed Aug 18, 2017
1 parent 2b85755 commit 9074566
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/uploads.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "libwiscrpcsvc.so":"/home/mdalchen/work/xhal/lib/x86_64/libwiscrpcsvc.so",
"libxhal.so" :"/home/mdalchen/work/xhal/lib/x86_64/libxhal.so",
"librwreg.so" :"/home/mdalchen/work/xhal/lib/x86_64/librwreg.so",
"liblog4cplus.so" :"/home/mdalchen/work/xhal/lib/arm/liblog4cplus.so",
"liblmdb.so" :"/home/mdalchen/work/xhal/lib/arm/liblmdb.so",
"libxerces-c.so" :"/home/mdalchen/work/xhal/lib/arm/libxerces-c.so",
"libxhal_ctp7.so" :"/home/mdalchen/work/xhal/lib/arm/libxhal_ctp7.so"}
{ "libwiscrpcsvc.so":"$XHAL_ROOT/lib/x86_64/libwiscrpcsvc.so",
"libxhal.so" :"$XHAL_ROOT/lib/x86_64/libxhal.so",
"librwreg.so" :"$XHAL_ROOT/lib/x86_64/librwreg.so",
"liblog4cplus.so" :"$XHAL_ROOT/lib/arm/liblog4cplus.so",
"liblmdb.so" :"$XHAL_ROOT/lib/arm/liblmdb.so",
"libxerces-c.so" :"$XHAL_ROOT/lib/arm/libxerces-c.so",
"libxhal_ctp7.so" :"$XHAL_ROOT/lib/arm/libxhal_ctp7.so"}

0 comments on commit 9074566

Please sign in to comment.