Skip to content
Snippets Groups Projects
Commit e1b7c55a authored by Raymond Toy's avatar Raymond Toy
Browse files

MAke min version for OSX be 10.6

Update compiler option to specify 10.6 as the min version.  (I
personally no longer have an version earlier than 10.11.)

Fix ticket #19.
parent 0531c5f2
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@
include Config.x86_common
# Compile code that will run on OSX 10.5 (Tiger). This only works if
# you have the 10.5 SDK available.
MIN_VER = -mmacosx-version-min=10.5
# Compile code that will run on OSX 10.6. This only works if
# you have the SDK available.
MIN_VER = -mmacosx-version-min=10.6
CPPFLAGS += -DDARWIN $(MIN_VER) -m32
CFLAGS += -g3 -mtune=generic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment