Commit 06a2b5c3 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix path to windows binary in conftest.py

parent 76b0e965
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ class DecoderFrontend:
            system = platform.system()

            if system == "Windows":
                eid_path = "./scripts/tools/Windows/eid-xor.exe"
                eid_path = "./scripts/tools/Win32/eid-xor.exe"
            elif system == "Linux":
                eid_path = "./scripts/tools/Linux/eid-xor"
            elif system == "Darwin":