Skip to content

Commit

Permalink
Update lib/builder.js
Browse files Browse the repository at this point in the history
removed unneeded machine
  • Loading branch information
joeferner committed Dec 4, 2012
1 parent ab8ae5e commit 0c4a893
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/builder.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ function Builder () {
'-SUBSYSTEM:WINDOWS', '-SUBSYSTEM:WINDOWS',
'-TLBID:1', '-TLBID:1',
'-DYNAMICBASE', '-DYNAMICBASE',
'-NXCOMPAT', '-NXCOMPAT'
'-MACHINE:X86'
]); ]);
this.appendLinkerLibrary('node'); this.appendLinkerLibrary('node');
this.appendLinkerLibrary('uv'); this.appendLinkerLibrary('uv');
Expand Down

0 comments on commit 0c4a893

Please sign in to comment.