Skip to content

Commit d27d947

Browse files
Correction to the output name of the "perfect" utility
1 parent bcc115d commit d27d947

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

util/perfect/perfect.gyp

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,7 @@
1212

1313
'toolsets': ['target','host'],
1414

15-
'product_name': 'perfect',
16-
17-
'target_conditions':
18-
[
19-
[
20-
'_toolset != "target"',
21-
{
22-
'product_name': 'perfect->(_toolset)',
23-
},
24-
],
25-
],
15+
'product_name': 'perfect->(_toolset)',
2616

2717
'sources':
2818
[
@@ -41,7 +31,7 @@
4131
{
4232
'variables':
4333
{
44-
'perfect_path': '<(PRODUCT_DIR)/perfect<(EXECUTABLE_SUFFIX)',
34+
'perfect_path': '<(PRODUCT_DIR)/<(_product_name)',
4535
},
4636
},
4737

0 commit comments

Comments
 (0)