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

Unified Diff: libadblockplus.gyp

Issue 5163715573841920: Issue 768 - Switch from TR1 to C++11 (Closed)
Patch Set: fix including of <memory> Created Aug. 7, 2015, 6:07 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 | « include/AdblockPlus/tr1_memory.h ('k') | src/DefaultFileSystem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
diff --git a/libadblockplus.gyp b/libadblockplus.gyp
index 042b13a9ec0bf2fc6a48474a652bacd1b0e8bce1..d244d636403ed29138a8845f86a869cc7f7579a8 100644
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -183,8 +183,5 @@
'EntryPointSymbol': 'mainCRTStartup',
},
},
- 'xcode_settings': {
- 'OTHER_LDFLAGS': ['-stdlib=libstdc++'],
- },
}]
}
« no previous file with comments | « include/AdblockPlus/tr1_memory.h ('k') | src/DefaultFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld