Skip to content

Commit

Permalink
CHG: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TidbitSoftware committed Jul 27, 2024
1 parent 3148eb2 commit 36c824f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/ross-win-msys2-mingw-msmpi-basic
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#-------------#

export CXXFLAGS="-D_MSYS2_"
export LDFLAGS="${LDFLAGS} -no-undefined"
export LDFLAGS="-no-undefined"
export OSLIBS="-Wl,-L/c/msys64/mingw64/lib -Wl,-lstdc++ -Wl,-lmingw32 -Wl,-lgcc_s -Wl,-lmoldname -Wl,-lmingwex -Wl,-lmsvcrt -Wl,-lm -Wl,-lpthread -Wl,-lshell32 -Wl,-luser32 -Wl,-lgdi32 -Wl,-luser32 -Wl,-ladvapi32 -Wl,-lkernel32 -Wl,-lgcc"

#--------------------#
Expand Down
2 changes: 1 addition & 1 deletion jenkins/ross-win-msys2-mingw-msmpi-binaries-matlab
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#-------------#

export CXXFLAGS="-D_MSYS2_"
export LDFLAGS="${LDFLAGS} -no-undefined"
export LDFLAGS="-no-undefined"
export OSLIBS="-Wl,-L/c/msys64/mingw64/lib -Wl,-lstdc++ -Wl,-lmingw32 -Wl,-lgcc_s -Wl,-lmoldname -Wl,-lmingwex -Wl,-lmsvcrt -Wl,-lm -Wl,-lpthread -Wl,-lshell32 -Wl,-luser32 -Wl,-lgdi32 -Wl,-luser32 -Wl,-ladvapi32 -Wl,-lkernel32 -Wl,-lgcc"

#--------------------#
Expand Down

0 comments on commit 36c824f

Please sign in to comment.