Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iODBC Maintainer committed Jan 7, 2015
1 parent d81d370 commit 78ab09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ endif
#
# Mac OS X 10.10
#
ifeq (10.10, $(findstring 10.9, $(macosx_version)))
ifeq (10.10, $(findstring 10.10, $(macosx_version)))
PROJBUILD := /usr/bin/xcodebuild -configuration $(MODEL) -sdk macosx10.10
IODBC_TARGET=10.10
endif
Expand Down

0 comments on commit 78ab09c

Please sign in to comment.