X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Flibbthread-master%2FMakefile;h=af3276b58e2f70e8a2fc997bb78d50504c227861;hb=fc1574427d8253b4a8f2d3d5e26933b26cd0153a;hp=f6480a60a6c19479f13de3fc5b2d7ce3f09d1472;hpb=046d2eddad473ffa8940a1df0de27eb870ea8d55;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/libbthread-master/Makefile b/cinelerra-5.1/libbthread-master/Makefile index f6480a60..af3276b5 100644 --- a/cinelerra-5.1/libbthread-master/Makefile +++ b/cinelerra-5.1/libbthread-master/Makefile @@ -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