Skip to content

Commit

Permalink
Rebuild test modules when configuration starts with R
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Jun 6, 2017
1 parent 53b6ee0 commit 5fa9cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/rebuild-test-modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def main():
shutil.copy2(atom_lib, iojs_lib)

# Native modules can only be compiled against release builds on Windows
if config == 'R' or PLATFORM != 'win32':
if config[0] == 'R' or PLATFORM != 'win32':
update_electron_modules(os.path.dirname(spec_modules), get_target_arch(),
node_dir)
else:
Expand Down

0 comments on commit 5fa9cd6

Please sign in to comment.