Skip to content
Snippets Groups Projects
Commit 736a04cf authored by Mark Olesen's avatar Mark Olesen
Browse files

new regex wrapper requires wmakeLnInclude OSspecific/.. before making Pstream

parent f8823b68
No related merge requests found
......@@ -2,7 +2,8 @@
cd ${0%/*} || exit 1 # run from this directory
set -x
( cd OpenFOAM && wmakeLnInclude -f . )
wmakeLnInclude -f OpenFOAM
wmakeLnInclude -f OSspecific/$WM_OS
( cd Pstream && ./Allwmake )
wmake libo OSspecific/$WM_OS
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment