Skip to content

Commit 56e5139

Browse files
committed
scripts: change destination root directory to libs (from LIBS) for windows hypre library
1 parent fd717ae commit 56e5139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Scripts/build_hypre.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if %abort% == 1 exit /b
1515

1616
set CURDIR=%CD%
1717

18-
set LIBS=..\..\..\LIBS
18+
set LIBS=..\..\..\libs
1919
if not exist %LIBS% mkdir %LIBS%
2020
if not exist %LIBS% echo failed to create LIBS directory
2121
if not exist %LIBS% exit

0 commit comments

Comments
 (0)