Skip to content

Commit dd61ad9

Browse files
committed
netgen: update win to work with newly rebased version
1 parent cac3836 commit dd61ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netgen/bld.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdir build -p
1+
mkdir build
22
cd build
33

44
cmake .. -G "Ninja" ^
@@ -22,4 +22,4 @@ mkdir %LIBRARY_PREFIX%\include\netgen -p
2222
rem this line is not correct. There is already a mydef.hpp in the include files
2323
rem better just move the config.h and make FreeCAD-cmake look for a congfig.h instead of
2424
rem a mydefs.hpp
25-
Copy %SRC_DIR%\build\config.h %LIBRARY_PREFIX%\include\netgen\mydefs.hpp
25+
Copy %LIBRARY_PREFIX%\include\include\mydefs.hpp %LIBRARY_PREFIX%\include\netgen\mydefs.hpp

0 commit comments

Comments
 (0)