Skip to content

Commit

Permalink
Win32: removed unneeded wildcard in NGX_CC_NAME test for msvc.
Browse files Browse the repository at this point in the history
Wildcards for msvc in NGX_CC_NAME tests are not needed since 78f8ac479735.
  • Loading branch information
mdounin committed Feb 23, 2023
1 parent 2485681 commit 504ca56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto/cc/conf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ else
. auto/cc/acc
;;

msvc*)
msvc)
# MSVC++ 6.0 SP2, MSVC++ Toolkit 2003

. auto/cc/msvc
Expand Down

0 comments on commit 504ca56

Please sign in to comment.