Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

IronPython: solution include line for License.rtf breaks builds on certain filesystems #127

Closed
marcusva opened this issue Sep 12, 2013 · 0 comments

Comments

@marcusva
Copy link

The

<MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\License.rtf" />

include line in Build.IronPython.proj under Solutions/ causes the build process to break on filesystems that use case-aware file and directory names (nearly all unix-like systems). The line should be changed to the correct form

<MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\License.Rtf" />
@slide slide closed this as completed in faa10f8 Dec 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant