xenith-studios / ataxia

A modern MUD engine written in Rust with embedded Lua scripting for game logic.
Apache License 2.0
68 stars 6 forks source link

Symbolic links #4

Closed Pegrin closed 3 years ago

Pegrin commented 3 years ago

I'm trying to build the project using cargo build in Windows OS. I receive:

error: expected item, found `..`
 --> ataxia-core\build.rs:1:1
  |
1 | ../build.rs
  | ^^ expected item

It's cuz of using symbolic link I guess. So, using symbolic link might bring some difficulties for non-unix contributors.

xenith commented 3 years ago

Thanks for the note! I don't use Windows, so I never have a chance to test that platform. I'll remove the use of the symlink for now. I've been going back and forth on whether that build.rs file should be removed, since it breaks binary reproducibility.