]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/osx_menuconfig_build' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Nov 2016 04:55:47 +0000 (12:55 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Nov 2016 04:55:47 +0000 (12:55 +0800)
commitc8a43508e5a08737b5e4eb0c1e43a374cb84ddb7
treeace407e685503b534a35a6791b5ca5a9736241cf
parent4e1c56e965334c0c2853eb793bae3def17e45c87
parentb6dd8a55cd4d17750491f56c33d21a392bdd2840
Merge branch 'bugfix/osx_menuconfig_build' into 'master'

Allow OS X to build without libintl

https://github.com/espressif/esp-idf/pull/42

I have tested this with the following configurations:
- OS X with Xcode command line tools, no macports, no homebrew
- OS X with Xcode command line tools and homebrew
- OS X with Xcode IDE and macports

All three work with this change, without it the first two had issues.

See merge request !172