We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa6d3c commit a25fd07Copy full SHA for a25fd07
scripts/build/builders/nxp.py
@@ -245,8 +245,7 @@ def generate(self):
245
cmd += 'export NXP_K32W0_SDK_ROOT="' + str(p.sdk_storage_location_abspath) + '" \n '
246
elif p.sdk_name == 'common':
247
cmd += 'export NXP_SDK_ROOT="' + str(p.sdk_storage_location_abspath) + '" \n '
248
- # add empty space at the end to avoid concatenation issue when there is no --args
249
- cmd += 'gn gen --check --fail-on-unused-args --export-compile-commands --root=%s ' % self.root
+ cmd += 'gn gen --check --fail-on-unused-args --export-compile-commands --root=%s' % self.root
250
251
extra_args = []
252
0 commit comments