aboutsummaryrefslogtreecommitdiff
path: root/src/installer/lombok
diff options
context:
space:
mode:
authorBulgakov Alexander <mfourgeneralsherman@gmail.com>2019-05-03 21:50:15 +0300
committerBulgakov Alexander <mfourgeneralsherman@gmail.com>2019-05-03 21:50:15 +0300
commit715c731fc24bf2915d2eaefefd964615e62c12ed (patch)
treeabca888cf3284c6e4bb911a041e15c50d8ca92f9 /src/installer/lombok
parentf0343886a331f3cb2175545a062f3736610f9179 (diff)
parent2335f251665d43b4c8cebe00b980f07ef33bdb17 (diff)
downloadlombok-715c731fc24bf2915d2eaefefd964615e62c12ed.tar.gz
lombok-715c731fc24bf2915d2eaefefd964615e62c12ed.tar.bz2
lombok-715c731fc24bf2915d2eaefefd964615e62c12ed.zip
Merge remote-tracking branch 'lombok/master' into feature/typeInferenceImprovements
Diffstat (limited to 'src/installer/lombok')
-rw-r--r--src/installer/lombok/installer/OsUtils.java4
-rw-r--r--src/installer/lombok/installer/WindowsDriveInfo-i386.binary (renamed from src/installer/lombok/installer/WindowsDriveInfo-i386.dll)bin14472 -> 14472 bytes
-rw-r--r--src/installer/lombok/installer/WindowsDriveInfo-x86_64.binary (renamed from src/installer/lombok/installer/WindowsDriveInfo-x86_64.dll)bin66806 -> 66806 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/src/installer/lombok/installer/OsUtils.java b/src/installer/lombok/installer/OsUtils.java
index 2da7de09..022ff2e5 100644
--- a/src/installer/lombok/installer/OsUtils.java
+++ b/src/installer/lombok/installer/OsUtils.java
@@ -53,14 +53,14 @@ public final class OsUtils {
dll1.deleteOnExit();
dll2.deleteOnExit();
try {
- if (unpackDLL("WindowsDriveInfo-i386.dll", dll1)) {
+ if (unpackDLL("WindowsDriveInfo-i386.binary", dll1)) {
System.load(dll1.getAbsolutePath());
return;
}
} catch (Throwable ignore) {}
try {
- if (unpackDLL("WindowsDriveInfo-x86_64.dll", dll2)) {
+ if (unpackDLL("WindowsDriveInfo-x86_64.binary", dll2)) {
System.load(dll2.getAbsolutePath());
}
} catch (Throwable ignore) {}
diff --git a/src/installer/lombok/installer/WindowsDriveInfo-i386.dll b/src/installer/lombok/installer/WindowsDriveInfo-i386.binary
index eb7fa49a..eb7fa49a 100644
--- a/src/installer/lombok/installer/WindowsDriveInfo-i386.dll
+++ b/src/installer/lombok/installer/WindowsDriveInfo-i386.binary
Binary files differ
diff --git a/src/installer/lombok/installer/WindowsDriveInfo-x86_64.dll b/src/installer/lombok/installer/WindowsDriveInfo-x86_64.binary
index 0b7c9a83..0b7c9a83 100644
--- a/src/installer/lombok/installer/WindowsDriveInfo-x86_64.dll
+++ b/src/installer/lombok/installer/WindowsDriveInfo-x86_64.binary
Binary files differ