diff --git a/Makefile b/Makefile index 049a6b4..d06c564 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ help: build-deps: ifneq ($(OS),Windows_NT) ifeq ($(QRACK_PRESENT),) - git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout f6f5740dea9a5fbc6b6c07fd2ec41378dbad2259; cd .. + git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout 5e3f038c2c14dc393e70498f9cdb1f07d7a81f57; cd .. endif mkdir -p qrack/build ifeq ($(UNAME_S),Linux)