Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/runburg.bat')
-rwxr-xr-xmsvc/runburg.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/runburg.bat b/msvc/runburg.bat
index 8370b0ac7ef..d7abbcd0642 100755
--- a/msvc/runburg.bat
+++ b/msvc/runburg.bat
@@ -2,7 +2,7 @@
rem This runs Monoburg on the various x86 files when called on Visual Studio
echo Running Monoburg on the inssel.brg files...
cd ..\mono\mini
-set PATH=%PATH%;..\..\VSDependancies\lib
+set PATH=%PATH%;%MONO_DEPENDENCIES_PREFIX%\bin
if "%2" == "Win32" goto x86
if "%2" == "x64" goto x64