-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the libnode binaries to v0.1.4 release. Update the header files for nodejs-mobile headers. Change the postlink script to remove the old framework name on iOS.
- Loading branch information
1 parent
d478d02
commit 448c9ae
Showing
24 changed files
with
407 additions
and
96 deletions.
There are no files selected for viewing
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#ifndef SRC_CHAKRA_TTD_H_ | ||
#define SRC_CHAKRA_TTD_H_ | ||
|
||
#if defined(NODE_ENGINE_CHAKRACORE) | ||
#define ENABLE_TTD_NODE 1 | ||
#else | ||
#define ENABLE_TTD_NODE 0 | ||
#endif | ||
|
||
#if defined(ENABLE_TTD_NODE) && ENABLE_TTD_NODE | ||
extern bool s_doTTRecord; | ||
extern bool s_doTTReplay; | ||
extern bool s_doTTDebug; | ||
#endif | ||
|
||
#endif // SRC_CHAKRA_TTD_H_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.