diff options
author | S. Davilla <davilla@4pi.com> | 2011-09-27 16:08:28 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-09-27 16:08:28 -0400 |
commit | b62c8c0682c123a2bfc96abd58f199fbe03260f7 (patch) | |
tree | 0865aa891772498a08aa524dd1fc302aedf60a92 /tools/darwin | |
parent | 79d433d8ce94af9c62932d74a5fd135d58b26fcd (diff) |
[ios] fixed build failure of libshairport
Diffstat (limited to 'tools/darwin')
-rw-r--r-- | tools/darwin/depends/libshairport/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/libshairport/Makefile b/tools/darwin/depends/libshairport/Makefile index 422c96bb84..2a95aa088e 100644 --- a/tools/darwin/depends/libshairport/Makefile +++ b/tools/darwin/depends/libshairport/Makefile @@ -1,5 +1,5 @@ include ../Makefile.include -#include ../config.site.mk +include ../config.site.mk # lib name, version LIBNAME=libshairport |