Merge pull request #97911 from liff/zhf/wordgrinder

wordgrinder: fix build
This commit is contained in:
Robert Scott 2020-09-16 22:23:30 +01:00 committed by GitHub
commit 5ace6ec724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
"PREFIX=$(out)"
"LUA_INCLUDE=${lua52Packages.lua}/include"
"LUA_LIB=${lua52Packages.lua}/lib/liblua.so"
"OBJDIR=$TMP/wg-build"
];
preBuild = stdenv.lib.optionalString stdenv.isLinux ''