diff options
| author | J08nY | 2019-08-04 18:48:30 +0200 |
|---|---|---|
| committer | J08nY | 2019-08-04 18:48:30 +0200 |
| commit | 0e195f98345049ba0eca64807e8aad4e8365e47b (patch) | |
| tree | 52edc6eae92b5586fb473a10f59459da54a06655 | |
| parent | 2d09947b4200799b554c55de52afd612bb06d84e (diff) | |
| download | ECTester-0e195f98345049ba0eca64807e8aad4e8365e47b.tar.gz ECTester-0e195f98345049ba0eca64807e8aad4e8365e47b.tar.zst ECTester-0e195f98345049ba0eca64807e8aad4e8365e47b.zip | |
| -rw-r--r-- | build-standalone.xml | 4 | ||||
| m--------- | ext/boringssl | 0 | ||||
| m--------- | ext/sdks | 0 | ||||
| -rw-r--r-- | src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java | 3 |
4 files changed, 4 insertions, 3 deletions
diff --git a/build-standalone.xml b/build-standalone.xml index 90b4fa9..d3b3cf5 100644 --- a/build-standalone.xml +++ b/build-standalone.xml @@ -91,6 +91,7 @@ <target name="libs-try"> <exec dir="src/cz/crcs/ectester/standalone/libs/jni" executable="make" osfamily="unix"> <arg value="-k"/> + <arg value="-B"/> </exec> <exec dir="src/cz/crcs/ectester/standalone/libs/jni" executable="cmd" osfamily="windows"> <arg value="/c"/> @@ -100,6 +101,7 @@ <target name="libs"> <exec dir="src/cz/crcs/ectester/standalone/libs/jni" failonerror="true" executable="make" osfamily="unix"> <arg value="-k"/> + <arg value="-B"/> </exec> <exec dir="src/cz/crcs/ectester/standalone/libs/jni" failonerror="true" executable="cmd" osfamily="windows"> <arg value="/c"/> @@ -118,7 +120,7 @@ </exec> </target> - <target name="-post-compile" depends="libs-try"/> + <target name="-pre-compile" depends="libs-try"/> <target name="-post-clean"> <exec dir="src/cz/crcs/ectester/standalone/libs/jni" failonerror="true" executable="make" osfamily="unix"> diff --git a/ext/boringssl b/ext/boringssl -Subproject 80aa6949756d327476750f9ea2c9700aa2a027c +Subproject 974f4dddfb30540a8aed25d1cf9623ecfb2a1c2 diff --git a/ext/sdks b/ext/sdks -Subproject 4a696701af819af40a3678a3734d8e704a09f4b +Subproject 494164ea8470f49f44be19f49dab3af7c83e39e diff --git a/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java b/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java index b0b9f37..db85b02 100644 --- a/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java +++ b/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java @@ -56,8 +56,7 @@ public abstract class NativeECLibrary extends ProviderECLibrary { provider = createProvider(); return super.initialize(); - } catch (IOException | UnsatisfiedLinkError ex) { - System.err.println(ex.getMessage()); + } catch (IOException | UnsatisfiedLinkError ignored) { } return false; } |
