Module: tools Branch: master Commit: 4aa44795dec4a7eae8e13927d8c4339e79b544f8 URL: https://source.winehq.org/git/tools.git/?a=commit;h=4aa44795dec4a7eae8e13927...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Jan 12 18:11:58 2021 +0100
testbot/TestLauncher: Remove the unused bindir variable.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/src/TestLauncher/Makefile | 2 -- 1 file changed, 2 deletions(-)
diff --git a/testbot/src/TestLauncher/Makefile b/testbot/src/TestLauncher/Makefile index b040353..7c9a351 100644 --- a/testbot/src/TestLauncher/Makefile +++ b/testbot/src/TestLauncher/Makefile @@ -1,5 +1,3 @@ -bindir = ../../bin/windows - CROSSCC32 = i686-w64-mingw32-gcc CROSSSTRIP32 = i686-w64-mingw32-strip CROSSCC64 = x86_64-w64-mingw32-gcc