Skip to content

Commit 5fa9cd6

Browse files
committed
Rebuild test modules when configuration starts with R
1 parent 53b6ee0 commit 5fa9cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/rebuild-test-modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def main():
4141
shutil.copy2(atom_lib, iojs_lib)
4242

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

0 commit comments

Comments
 (0)