awslabs / aws-crt-nodejs

NodeJS bindings for the AWS Common Runtime.
Apache License 2.0
40 stars 27 forks source link

Fix build script not having globally defined nativeSourceDir #355

Closed TwistedTwigleg closed 2 years ago

TwistedTwigleg commented 2 years ago

Issue #, if available:

Fixes #354

Description of changes:

Fixes nativeSourceDir not being globally defined, causing it to fail in functions outside of main.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

TwistedTwigleg commented 2 years ago

Thanks! Merging into main...