Skip to content

Commit

Permalink
Added utf_16_le and latin_1 encodings to the MODULES line
Browse files Browse the repository at this point in the history
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1312 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
lhauch committed Aug 28, 2008
1 parent 7c72221 commit 82d0b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Python/Makefile
Expand Up @@ -5,7 +5,7 @@

FREEZE=$(PYTHON_FREEZER_PATH)\FreezePython.exe

MODULES=encodings.cp437,encodings.gbk,encodings.utf_16,encodings.utf_8
MODULES=encodings.cp437,encodings.gbk,encodings.utf_16,encodings.utf_8,encodings.utf_16_le,encodings.latin_1

BIN_DIR=$(EDK_TOOLS_PATH)\Bin\Win32

Expand Down

0 comments on commit 82d0b90

Please sign in to comment.