Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus.gyp

Issue 5198903443980288: Issue 321 - libadblockplus build fails on OS X (tr1/memory.h not found) (Closed)
Patch Set: Created April 14, 2014, 11:26 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common.gypi ('k') | shell/shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -160,10 +160,13 @@
'test/WebRequest.cpp'
],
'msvs_settings': {
'VCLinkerTool': {
'SubSystem': '1', # Console
'EntryPointSymbol': 'mainCRTStartup',
},
},
+ 'xcode_settings': {
+ 'OTHER_LDFLAGS': ['-stdlib=libstdc++'],
+ },
}]
}
« no previous file with comments | « common.gypi ('k') | shell/shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld