Skip to content

Commit

Permalink
[Yoga] Refer to proper path name and use module import (#306)
Browse files Browse the repository at this point in the history
* Change header path to fix #25

* Use module import

* Update ASDisplayNode+Beta.h
  • Loading branch information
weibel authored and appleguy committed Jun 7, 2017
1 parent 9ca01b2 commit 786ac15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Base/ASAvailability.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// This reduces Yoga-specific code in other files.
// NOTE: Yoga integration is experimental and not fully tested. Use with caution and test layouts carefully.
#ifndef YOGA_HEADER_PATH
#define YOGA_HEADER_PATH <Yoga/Yoga.h>
#define YOGA_HEADER_PATH <yoga/Yoga.h>
#endif

#ifndef YOGA
Expand Down

0 comments on commit 786ac15

Please sign in to comment.