diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-18 21:33:06 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-18 21:33:22 +0200 |
commit | f313a83474c27251413e5aad56cf087728d9ccf9 (patch) | |
tree | 494013ad00b8ee8328ed66f87fac16000d7a11e6 /win32/hexchat.props | |
parent | 9891f94e412ba6ac17bd86c20feeb6330b4f3d39 (diff) |
Update Perl library name
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 4da1a3ff..453240d8 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -21,7 +21,7 @@ <GendefPath>$(YourGendefPath)</GendefPath> <MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath> <PerlPath>$(YourPerlPath)\$(PlatformName)</PerlPath> - <PerlLib>perl517</PerlLib> + <PerlLib>perl518</PerlLib> <PerlOutput>hcperl</PerlOutput> <Python2Path>$(YourPython2Path)\$(PlatformName)</Python2Path> <Python2Lib>python27</Python2Lib> |