Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

scripts: if 64-bit, find_library() should search the lib64 #189

Merged
merged 2 commits into from
Nov 7, 2018

Conversation

vagetablechicken
Copy link
Member

No description provided.

@vagetablechicken
Copy link
Member Author

vagetablechicken commented Nov 7, 2018

if the system has both lib32 & lib64, find_library() may find lib32 and link lib32 into our program.
So if the system is 64-bit, we should set FIND_LIBRARY_USE_LIB64_PATHS ON.

@qinzuoyan qinzuoyan merged commit a9479d6 into XiaoMi:master Nov 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants