Temporary GIT problem due to my checkin of libbthread Makefile
6 Jun
2022
6 Jun
'22
5:35 p.m.
If you check out source code from GIT right now, it will not build and I have not found a solution. But if you add the following contents to a file called Makefile in libbthread-master directory, you can build: PLATFORM = $(uname -o) ifneq ($(PLATFORM),Android) all: # mv pt-test.c pt-test # cat `ls *.c` > just-pt.c g++ -c -o jpt.o just-pt.cc -I. ar crs jpt.a jpt.o clean: rm -f *.a *.o install: else all: install: clean: endif
1268
Age (days ago)
1268
Last active (days ago)
1 comments
1 participants
participants (1)
-
Phyllis Smith