diff --git a/Makefile b/Makefile index a0d7109..b9f3368 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 22d92c1fb6aad91a2fd71b51c4e6a36412079bb5; cd .. + git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout b40c4e5756ad64d60599a7dade7c0f6069f6d3bc; cd .. endif mkdir -p qrack/build ifeq ($(UNAME_S),Linux)