Skip to content

Commit

Permalink
Изменения, связанные с поддержкой машин без SSE2 (FIX).
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Sep 1, 2017
1 parent acc4a43 commit 48fd7ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions misc/msi-installer/files.wxs
Expand Up @@ -1327,6 +1327,13 @@
</Component>
</Directory>
</Directory>
<?if $(var.Platform) = x86 ?>
<Directory Id="Legacy" Name="Legacy">
<Component Id="lua51.dll_1" Guid="$(var.Guid.lua51.dll_1)" Win64="$(var.Win64)">
<File Id="lua51.dll_1" KeyPath="yes" Source="$(var.SourceDir)\Legacy\lua51.dll" />
</Component>
</Directory>
<?endif?>
</DirectoryRef>
</Fragment>
</Wix>

0 comments on commit 48fd7ff

Please sign in to comment.