ariovistus / pyd

Interoperability between Python and D
MIT License
157 stars 32 forks source link

Updating the dependency on pyd. Fixes the build. #128

Closed pdenapo closed 4 years ago

pdenapo commented 4 years ago

The dependency for pyd at /pyd/examples/dub/simple_embedded/dub.json needs to be updated. Otherwise, one gets the error

The sub configuration directive "pyd" -> "python27" references a configuration that does not exists. Could not resolve configuration for package simple_embedded

For the example, shared_embedded, this chage didn't work as the configuration python27-shared does not exists in the latest version of pyd. Please fix that also!