ifneq ($(ARCH),arm64)
DIR = Display
BUILD = pxp_test.out
pxp_test.out = pxp_test.o utils.o
LDFLAGS = -lpthread -lpxp -lstdc++
COPY = README_pxp
endif

