Skip to content

Commit

Permalink
Merge pull request #31 from yanorei32/fix-cygwin-detection
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 authored Sep 27, 2022
2 parents 4818497 + 8d6ddc9 commit edf07b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PREFIX = $(shell if [ "`uname`" = "CYGWIN_NT-10.0" ]; then echo cygdrive; else echo mnt; fi)
PREFIX = $(shell if [ "`uname | tr -d 0-9`" = "CYGWIN_NT-.-" ]; then echo cygdrive; else echo mnt; fi)
CSC = /$(PREFIX)/c/windows/microsoft.net/framework/v4.0.30319/csc.exe
PROJ_NAME = VRChatRejoinTool
TARGET_DIR = bin/csc
Expand Down

0 comments on commit edf07b4

Please sign in to comment.