Skip to content

Commit 913df41

Browse files
OpenFOAMFansof
andauthored
compile to different folders for opt/dbg (#270)
Co-authored-by: of <you@example.com>
1 parent c8377af commit 913df41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bashrc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export CANTERA_DATA=$CANTERA_ROOT/share/cantera/data
99
export LD_LIBRARY_PATH=$LIBTORCH_ROOT/lib:$LD_LIBRARY_PATH
1010
export LD_LIBRARY_PATH=$CANTERA_ROOT/lib:$LD_LIBRARY_PATH
1111

12-
export DF_APPBIN=pwd/bin
13-
export DF_LIBBIN=pwd/lib
12+
export DF_APPBIN=pwd/platforms/$WM_OPTIONS/bin
13+
export DF_LIBBIN=pwd/platforms/$WM_OPTIONS/lib
1414
export PATH=$DF_APPBIN:$PATH
1515
export LD_LIBRARY_PATH=$DF_LIBBIN:$LD_LIBRARY_PATH

0 commit comments

Comments
 (0)