Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change library link order in CMakeLists.txt #1370

Open
foxtacles opened this issue Jan 22, 2025 · 0 comments
Open

Change library link order in CMakeLists.txt #1370

foxtacles opened this issue Jan 22, 2025 · 0 comments
Assignees

Comments

@foxtacles
Copy link
Member

We need to end up with:

Image

Currently SmartHeap::SmartHeap is appended at the end based on the value of ISLE_USE_SMARTHEAP. The C runtime library is also linked implicitly at the end. We have to add both in the order as seen in the screenshot in order to match the order in the retail binary.

@foxtacles foxtacles assigned foxtacles and madebr and unassigned foxtacles Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants