diff options
| author | h-h <henrik.hank@aol.de> | 2016-06-10 16:36:53 +0000 |
|---|---|---|
| committer | h-h <henrik.hank@aol.de> | 2016-06-10 16:36:53 +0000 |
| commit | 8046d6c37682b4abd660ddee3e3922fb75d31f54 (patch) | |
| tree | b48f932ad804b36ab53d965ed5b7a4d3140663b0 | |
| parent | Rm unused WITH_GTEST pseudo-option (diff) | |
| download | inkscape-8046d6c37682b4abd660ddee3e3922fb75d31f54.tar.gz inkscape-8046d6c37682b4abd660ddee3e3922fb75d31f54.zip | |
Added "call" for running a .bat file from a .bat file, as it should be
(bzr r14971.2.1)
| -rw-r--r-- | configure.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.bat b/configure.bat index 503b47b84..11adb9445 100644 --- a/configure.bat +++ b/configure.bat @@ -1,5 +1,5 @@ REM Set the MinGW environment variables.
-if "%MINGW_BIN%"=="" mingwenv.bat
+if "%MINGW_BIN%"=="" call mingwenv.bat
REM Delete the CMake cache. Needed when changes on the CMakeLists should be applied in a consistent way.
del CMakeCache.txt
|
