Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
9c7d2249
Commit
9c7d2249
authored
Dec 21, 2017
by
Johannes Eder
Browse files
fix
parent
7e6d7c9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
com.microsoft.z3/src/com/microsoft/z3/AF3z3Activator.java
View file @
9c7d2249
...
...
@@ -39,7 +39,6 @@ public class AF3z3Activator extends Plugin {
if
(
System
.
getProperty
(
"os.name"
).
contains
(
"Windows"
))
{
is64bit
=
(
getenv
(
"ProgramFiles(x86)"
)
!=
null
);
prefix
=
"lib"
;
}
else
{
is64bit
=
(
getProperty
(
"os.arch"
).
indexOf
(
"64"
)
!=
-
1
);
}
...
...
@@ -63,7 +62,7 @@ public class AF3z3Activator extends Plugin {
loadPluginLocalLibrary
(
getBundle
(),
path
,
lib4
,
"libz3"
);
}
if
(
is64bit
)
{
if
(
is64bit
&&
prefix
.
equals
(
"lib"
)
)
{
// load necessary windows 32 bit libraries
String
lib1
,
lib2
,
lib3
,
lib4
;
lib1
=
"Microsoft.Z3"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment