Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
48066c46
Commit
48066c46
authored
Nov 06, 2013
by
Sebastian Eichelbaum
Browse files
[FIX
#307
] startup script now sets the OSG plugin path according to libosgDB's path
parent
18ef8859
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
resources/platformDependent/qt4gui/linux/bin/openwalnut
resources/platformDependent/qt4gui/linux/bin/openwalnut
+1
-1
No files found.
resources/platformDependent/qt4gui/linux/bin/openwalnut
View file @
48066c46
...
...
@@ -27,7 +27,7 @@ export LC_ALL=C
# If the user has installed OSG manually into a non-standard location, we need to set some OSG paths.
# This command uses libopenwalnuts dependencies to find the libosgDB directory.
# NOTE: if this command fails, script will continue execution
export
OSG_LIBRARY_PATH
=
$(
dirname
`
ldd lib/libopenwalnut.so |
grep
"libosgDB"
| awk
y
'{print $3;}'
`
2> /dev/null
)
export
OSG_LIBRARY_PATH
=
$(
dirname
`
ldd lib/libopenwalnut.so |
grep
"libosgDB"
|
awk
'{print $3;}'
`
2> /dev/null
)
# Check if the user has set $OPENWALNUT_USEOPTIMUS to an executable
runner
=
...
...
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