diff options
Diffstat (limited to 'Tools/nuget/pythonarm32.nuspec')
-rw-r--r-- | Tools/nuget/pythonarm32.nuspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/nuget/pythonarm32.nuspec b/Tools/nuget/pythonarm32.nuspec index 273d79a..2d19793 100644 --- a/Tools/nuget/pythonarm32.nuspec +++ b/Tools/nuget/pythonarm32.nuspec @@ -14,6 +14,7 @@ </metadata> <files> <file src="**\*" exclude="python.props" target="tools" /> - <file src="python.props" target="build\native" /> + <file src="python.props" target="build\native\python.props" /> + <file src="python.props" target="build\native\pythonarm32.props" /> </files> </package> |