Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fails due to case-sensitivity issue in "SteamRemoteplay" directory name #374

Closed
StagnationPoint opened this issue Sep 4, 2020 · 1 comment

Comments

@StagnationPoint
Copy link

Thanks for all your hard work! Ran into a tiny issue with a trivial fix.

I'm building Standalone (on Ubuntu 18.04, Rider 2020.2, Steamworks.NET at latest commit as of today) and getting the following error:

Source file '/home/huh/git/Steamworks.NET/Standalone/../Plugins/Steamworks.NET/types/SteamRemotePlay/RemotePlaySessionID_t.cs' could not be found.

Renaming as follows fixes it:

/Plugins/Steamworks.NET/types/SteamRemoteplay -> /Plugins/Steamworks.NET/types/SteamRemotePlay

@rlabrecque
Copy link
Owner

Thanks @StagnationPoint ! Case sensitivity is an unsolved problem in computer science. :(

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

No branches or pull requests

2 participants