Skip to content

Conversation

@toland
Copy link

@toland toland commented Jan 4, 2016

The outdir option was being expanded to the full path for the purposes of checking output files, but the relative path was being passed into the asn1 compiler. This created some unexpected results when the plugin was being used to compile a dependency. The output files were being placed in a directory at the top level of the project when they should be in a directory relative to the dependency.

Also, use 'filelib:ensure_dir' to create parent directories, if necessary.

The outdir option was being expanded to the full path for the purposes of checking output files, but the relative path was being passed into the asn1 compiler. This created some unexpected results when the plugin was being used to compile a dependency. The output files were being placed in a directory at the top level of the project when they should be in a directory relative to the dependency.

Also, use 'filelib:ensure_dir' to create parent directories, if necessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant