Skip to content

Commit

Permalink
luamacro build(x64): correct makefile_vc for use make (nor nmake)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iouri Kharon committed Aug 31, 2017
1 parent c3a1a1c commit 2a22207
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/luamacro/makefile_vc
Expand Up @@ -58,4 +58,6 @@ lualegacy:
!if "$(DIRBIT)" == "32"
@if not exist $(FAR_WORKDIR)\Legacy\$(NULL) mkdir $(FAR_WORKDIR)\Legacy
@copy /y luasdk\32\legacy\lua51.dll $(FAR_WORKDIR)\Legacy 1>nul
!else
@echo >nul
!endif

0 comments on commit 2a22207

Please sign in to comment.