Skip to content

Commit

Permalink
correct build and nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
trexinc committed Aug 31, 2017
1 parent 4e3c11b commit c3a1a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions misc/nightly/plugins.common
Expand Up @@ -54,11 +54,6 @@ else
cp -f $FILES ../../../outfinalnew${BIT}/Plugins/$PLUGIN/ || return 1
cd ..
fi

if [ ("$PLUGIN" == "luamacro") && ("$BIT" == "32") ]; then
mkdir -p ../../outfinalnew${BIT}/Legacy/
cp -f luasdk/32/legacy/lua51.dll ../../outfinalnew${BIT}/Legacy/ || return 1
fi
}

function bplugin {
Expand Down
4 changes: 2 additions & 2 deletions plugins/luamacro/makefile_gcc
Expand Up @@ -34,8 +34,8 @@ lualib:

lualegacy:
ifeq ($(DIRBIT),32)
@if not exist $(FAR_WORKDIR)\Legacy\$(NULL) $(MKDIR) $(FAR_WORKDIR)\Legacy
@$(CP) luasdk\32\legacy\lua51.dll $(FAR_WORKDIR)\Legacy 1>nul
@$(MKDIR) $(FAR_WORKDIR)/Legacy
@$(CP) luasdk/32/legacy/lua51.dll $(FAR_WORKDIR)/Legacy
endif

clean:
Expand Down

0 comments on commit c3a1a1c

Please sign in to comment.