Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
finesse
finesse
Commits
90ea4e14
Commit
90ea4e14
authored
Jun 24, 2017
by
Daniel Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating build file
parent
ca94a6f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
finesse.sh
finesse.sh
+7
-3
No files found.
finesse.sh
View file @
90ea4e14
...
...
@@ -381,10 +381,14 @@ elif [[ "$unamestr" == *CYGWIN* ]]; then
else
platform
=
'cygwin64'
fi
elif
[[
"
$unamestr
"
==
*
MINGW32
*
]]
;
then
platform
=
'win64'
elif
[[
"
$unamestr
"
==
*
MINGW
*
]]
;
then
if
[[
"
$unamem
"
==
'i686'
]]
;
then
platform
=
'win32'
else
platform
=
'win64'
fi
else
echo
"Platform could not be determined"
|
tee
-a
$LOGFILE
echo
"Platform could not be determined
(
$unamestr
)
"
|
tee
-a
$LOGFILE
failure
fi
...
...
Write
Preview
Markdown
is supported
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