diff --git a/Makefile b/Makefile index ebe5967..b500d9f 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 69dc1fe989295c79a2da7c17a0bb95488b9e4c78; cd .. + git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout a73d1e66272ab24cdee1e4a386702951474b4e69; cd .. endif mkdir -p qrack/build ifeq ($(UNAME_S),Linux)