Skip to content

Commit

Permalink
Merge pull request #532 from BrandonJLazard/modify_configure
Browse files Browse the repository at this point in the history
removed references to standard c++ libraries
  • Loading branch information
feathern authored Jun 18, 2024
2 parents 0de7299 + b2db60c commit 903e429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,9 @@ echo ""
# Standard LIBRARIES
if [[ $OSTYPE == *"darwin"* ]]
then
STD_FLAGS="-lc++"
STD_FLAGS=""
else
STD_FLAGS="-lstdc++"
STD_FLAGS=""
fi

###############################################################################################
Expand Down

0 comments on commit 903e429

Please sign in to comment.