You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raised internally, checking to see if anyone has the NuGet knowledge and time to check this out. If not, I'll try to take a look relatively soon. I just don't have enough NuGet knowledge currently to get a fix rapidly.
What seems to be the problem?
If you apply the python package from nuget.
error message appears.
What did you expect to happen?
The path to the header file and lib file to python passes without error
What have you tried so far?
How can we reproduce this?
What version of Premake are you using?
5.0-beta4
Anything else we should know?
In premake, nuget package information is stored in the
The
items
element in theitems
element is used for the nuget package.For example, the following part of the nuget package information for boost is used
But in python, the nuget package information is as follows,
There is no
items
element in theitems
element.The text was updated successfully, but these errors were encountered: