Skip to content

Commit

Permalink
Изменения, связанные с поддержкой машин без SSE2.
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Aug 31, 2017
1 parent 892b63b commit abba8fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/nightly/plugins.common
Expand Up @@ -32,6 +32,9 @@ if [ "$PLUGIN" == "FExcept" ]; then
cd $FINAL || return 1
cp -f $FILES ../../../outfinalnew${BIT}/FExcept/ || return 1
cd ..
elif [ ("$PLUGIN" == "luamacro") && ("$BIT" == "32") ]; then
mkdir -p ../../outfinalnew${BIT}/Legacy/
cp -f luasdk/32/legacy/lua51.dll ../../outfinalnew${BIT}/Legacy/ || return 1
elif [ $ADD -eq 1 ]; then
mkdir -p ../../outfinalnew${BIT}/Plugins/$PLUGIN
mkdir -p ../../outfinalnew${BIT}/Plugins/${PLUGIN}/$7
Expand Down

0 comments on commit abba8fa

Please sign in to comment.