Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
acbb0550
Commit
acbb0550
authored
Nov 08, 2012
by
Sebastian Eichelbaum
Browse files
Options
Browse Files
Download
Plain Diff
[MERGE]
parents
2b4c34e0
8e40e86e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
resources/platformDependent/qt4gui/linux/bin/openwalnut
resources/platformDependent/qt4gui/linux/bin/openwalnut
+8
-1
No files found.
resources/platformDependent/qt4gui/linux/bin/openwalnut
View file @
acbb0550
...
...
@@ -24,5 +24,12 @@ export LD_PRELOAD=$Preloads
# Force C locale. This fixes an issue with newer boost versions. See ticket #130.
export
LC_ALL
=
C
# Check if the user has set $OPENWALNUT_USEOPTIMUS to an executable
runner
=
if
[
-x
"
$OPENWALNUT_USEOPTIMUS
"
]
;
then
echo
"Optimus implementation found. Using "
$OPENWALNUT_USEOPTIMUS
""
runner
=
/
$OPENWALNUT_USEOPTIMUS
fi
# Run OpenWalnut
$BINDIR
/openwalnut-qt4
$@
$
runner
$
BINDIR
/openwalnut-qt4
$@
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