Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
d8e59d2f
Commit
d8e59d2f
authored
May 03, 2005
by
Josh Coalson
Browse files
add special CONFIG_CFLAGS for darwin
parent
a02b73f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/config.mk
View file @
d8e59d2f
...
...
@@ -42,7 +42,12 @@ all default: $(DEFAULT_BUILD)
VERSION
=
\"
1.1.2
\"
ifeq
($(DARWIN_BUILD),yes)
#CONFIG_CFLAGS=-DHAVE_INTTYPES_H -DHAVE_ICONV -DHAVE_SOCKLEN_T -DFLAC__HAS_OGG -DFLAC__SYS_DARWIN
CONFIG_CFLAGS
=
-DHAVE_INTTYPES_H
-DHAVE_ICONV
-DFLAC__HAS_OGG
-DFLAC__SYS_DARWIN
else
CONFIG_CFLAGS
=
-DHAVE_INTTYPES_H
-DHAVE_ICONV
-DHAVE_SOCKLEN_T
-DFLAC__HAS_OGG
endif
ICONV_INCLUDE_DIR
=
$(HOME)
/local.i18n/include
ICONV_LIB_DIR
=
$(HOME)
/local.i18n/lib
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment