Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: visual_studio/NativeClientVSAddIn/create_package.py

Issue 69343013: [VS AddIn] Fix default library paths. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: visual_studio/NativeClientVSAddIn/create_package.py
diff --git a/visual_studio/NativeClientVSAddIn/create_package.py b/visual_studio/NativeClientVSAddIn/create_package.py
index 9eac232a66d9760cca37745dd6b453dad672ac93..eb7ef2152be24ac4f7d6c969c62ef62f2e6eb03f 100644
--- a/visual_studio/NativeClientVSAddIn/create_package.py
+++ b/visual_studio/NativeClientVSAddIn/create_package.py
@@ -213,7 +213,7 @@ def main():
# Create PNaCl
pnacl_replacements = {
'NaCl64': 'PNaCl',
- 'x86_64': 'i686',
+ 'x86_64': 'pnacl',
'64': '32',
'.nexe': '.pexe',
'nacl_link.xml': 'pnacl_link.xml',
« no previous file with comments | « visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698