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

Update find_matlab and add find_matlab_runtime #2782

Merged
merged 4 commits into from
Sep 6, 2022
Merged

Update find_matlab and add find_matlab_runtime #2782

merged 4 commits into from
Sep 6, 2022

Conversation

WubiCookie
Copy link
Contributor

No description provided.

-- find lib
for _, value in pairs(result.linkdirs) do
local dirbasename = path.basename(value)
result.links[dirbasename] = path.join(value, "*")
Copy link
Member

@waruqi waruqi Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why add path and * to links?

r2012b = "8.0",
r2012a = "7.17",
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can move them to detect/sdks/matlab.lua

then use matlab.versions() to get them

@waruqi waruqi merged commit 400b22b into xmake-io:dev Sep 6, 2022
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

Successfully merging this pull request may close these issues.

3 participants