Skip to content
Snippets Groups Projects
Commit baea3731 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Flip the paths around so the release directory definitely gets picked up first...

Flip the paths around so the release directory definitely gets picked up first regardless of the current paths. Re #1401
parent 58426a32
No related merge requests found
......@@ -2,6 +2,6 @@
REM Sets a path the Mantid libraries and runs the designer
SET QT_PLUGIN_PATH=%CD%
SET PATH=%PATH%;%CD%
SET PATH=%CD%;%PATH%
designer.exe
\ No newline at end of file
......@@ -4,6 +4,6 @@
#
export QT_PLUGIN_PATH=$PWD
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH
designer
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment