Skip to content

Commit

Permalink
build; cpp; remove warnings about 64 bit windows for #18
Browse files Browse the repository at this point in the history
  • Loading branch information
ruby0x1 committed Oct 11, 2014
1 parent 8a0f146 commit a92eb7c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/flow/project/project.js
Expand Up @@ -449,17 +449,6 @@ exports.find_arch = function(flow) {

}

//until hxcpp gets x64 support, force 32 bit on windows
if(flow.target == 'windows') {

if(arch == '64') {
flow.log(1, 'hxcpp does not support 64 bit on windows at the moment. Please ask at http://github.com/haxefoundation/hxcpp/issues if you would like this to happen.');
}
//force 32
arch = '32';

} //windows

return arch;

} //arch

1 comment on commit a92eb7c

@ruby0x1
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the #18 was misattributed. Meant 18 on snow. snowkit/snow#18

Please sign in to comment.