build/premake5-linux64: update premake5 with -L/usr/lib64 fix (#150)

Update premake5-linux64 executable to the last premake5-git version, to
include the following fix: https://github.com/premake/premake-core/pull/993
It removed the -L/usr/lib64 from the beginning of the link command,
allowing to compile the libraries and executables from the project and link to
the project's libraries instead of the system-wide installed libraries.

Fixes #149
This commit is contained in:
Alexandre Janniaux 2018-01-16 12:24:45 +01:00 committed by Jérôme Leclercq
parent 1e55c4d9e9
commit 177e05dd4e

Diff Content Not Available