7
0
Fork
You've already forked libmixed
0

On android pthread is built into libc. #14

Merged
Gleefre merged 1 commit from master into master 2023年04月21日 08:18:22 +02:00
Gleefre commented 2023年04月21日 03:16:20 +02:00 (Migrated from github.com)
Copy link

Fixes cmake build for android.
pthread is built into libc, so the build fails if you try to link against it. (See https://developer.android.com/ndk/guides/stable_apis#c_library .)

The tester program can't be built though, since pthread_cancel is not implemented on android.

Fixes cmake build for android. `pthread` is built into `libc`, so the build fails if you try to link against it. (See https://developer.android.com/ndk/guides/stable_apis#c_library .) The tester program can't be built though, since `pthread_cancel` is not implemented on android.
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
shirakumo/libmixed!14
Reference in a new issue
shirakumo/libmixed
No description provided.
Delete branch "master"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?