Credit Andrew patch for aarch64 clang to x265
[goodguy/cinelerra.git] / cinelerra-5.1 / libbthread-master / Makefile
index f6480a60a6c19479f13de3fc5b2d7ce3f09d1472..af3276b58e2f70e8a2fc997bb78d50504c227861 100644 (file)
@@ -4,7 +4,7 @@ all:
 #
 #      mv pt-test.c pt-test
 #      cat `ls *.c` > just-pt.c
-       g++ -c -o jpt.o just-pt.cc -I.
+       $(CXX) -c -o jpt.o just-pt.cc -I.
        ar crs jpt.a jpt.o
 clean:
        rm -f *.a *.o