NeotokyoRebuild / neo

NEOTOKYO Rebuild - Source SDK 2013 mod of NEOTOKYO
https://neotokyorebuild.github.io/
Other
16 stars 12 forks source link

Windows build regression #307

Closed Rainyan closed 3 months ago

Rainyan commented 3 months ago

Commit e4489aff6f8698ec982b6aad66750089ed1c3054 adds build commands that are incompatible with Windows. This should probably be Linux only, or possibly Linux & MacOS(?), if we're supporting MacOS as a target.

Windows build fails with:

Severity    Code    Description Project File    Line    Suppression State   Details
Error       failed to create symbolic link 'E:/code/rebuild/neo/mp/src/../game/neo/bin/client_srv.so': A required privilege is not held by the client.  E:\code\rebuild\neo\mp\src\out\build\x86-Debug\src  E:\code\rebuild\neo\mp\src\out\build\x86-Debug\EXEC 1       
Rainyan commented 3 months ago

@Masterkatze Could you take a look?