Skip to content

Commit

Permalink
recompiled native binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ibinti committed May 14, 2019
1 parent 5c0a24e commit 282d5f0
Show file tree
Hide file tree
Showing 30 changed files with 21 additions and 26 deletions.
Binary file modified Core/llvm/bin/macosx/x86_64/libbugvm-llvm.dylib
Binary file not shown.
10 changes: 5 additions & 5 deletions Core/llvm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ modifyPom {
distribution "repo"
}
}
url "https://bugvm.com"
url "https://ibinti.com/bugvm"

scm {
url "https://github.com/ibinti/bugvm"
Expand All @@ -45,10 +45,10 @@ modifyPom {
developers {
developer {
id "bugvm"
name "We are the BugVM"
email "bug@bugvm.com"
organization "BugVM"
organizationUrl "https://bugvm.com"
name "bugvm"
email "bugvm@ibinti.com"
organization "ibinti.com"
organizationUrl "https://ibinti.com"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Core/llvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Darwin)
if xcrun --sdk macosx --show-sdk-version &> /dev/null; then
MACOSX_SDK_VERSION=$(xcrun --sdk macosx --show-sdk-version)
else
MACOSX_SDK_VERSION=10.7
MACOSX_SDK_VERSION=10.13
fi
if xcrun -f clang &> /dev/null; then
CC=$(xcrun -f clang)
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Core/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
* soot
* bin

macOS 10.12
macOS 10.13

```
Xcode 8 and its buildtools
JDK 8
```

Ubuntu 16.04:
Ubuntu 18.04:

```
apt install git
Expand Down
10 changes: 5 additions & 5 deletions Core/rt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ modifyPom {
distribution "repo"
}
}
url "https://bugvm.com"
url "https://ibinti.com/bugvm"

scm {
url "https://github.com/ibinti/bugvm"
Expand All @@ -55,10 +55,10 @@ modifyPom {
developers {
developer {
id "bugvm"
name "We are the BugVM"
email "bug@bugvm.com"
organization "BugVM"
organizationUrl "https://bugvm.com"
name "bugvm"
email "bugvm@ibinti.com"
organization "ibinti.com"
organizationUrl "https://ibinti.com"
}
}
}
Expand Down
Loading

0 comments on commit 282d5f0

Please sign in to comment.