Skip to content

Commit abfc9d2

Browse files
committed
Oops, forgot one little change
(now sln files can have slnx suffix, this changes a bit the test for succes in configure.bat)
1 parent b7dd927 commit abfc9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ REM -----------------------------------------------------------------
4747

4848
ECHO ----------------------------------------------------------------
4949

50-
if exist "Geogram.sln" (
50+
if exist "Geogram.sln*" (
5151
ECHO Geogram build is configured
5252
ECHO Visual Studio solution is in GraphiteThree\build\Windows%buildNameSuffix%\Geogram.sln
5353
) else (

0 commit comments

Comments
 (0)