Skip to content

Commit

Permalink
Do not specify paths to DMD and DMC under Wine
Browse files Browse the repository at this point in the history
  • Loading branch information
kyllingstad committed Jun 1, 2011
1 parent cbe8659 commit 31395f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix.mak
Expand Up @@ -80,8 +80,8 @@ endif

# Set CC and DMD
ifeq ($(OS),win32wine)
CC = wine $(HOME)/dmc/bin/dmc.exe
DMD = wine $(HOME)/dmd2/windows/bin/dmd.exe
CC = wine dmc.exe
DMD = wine dmd.exe
RUN = wine
else
ifeq ($(OS),win32remote)
Expand Down

0 comments on commit 31395f9

Please sign in to comment.