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

fix undefined variable in windows build #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cserteGT3
Copy link

@cserteGT3 cserteGT3 commented Jul 22, 2024

Building the package on Windows failed with:

ERROR: LoadError: UndefVarError: `mpath` not defined
Stacktrace:
 [1] find_lib_ker()
   @ Main C:\Users\username\.julia\dev\MathLink\deps\build.jl:77
 [2] top-level scope
   @ C:\Users\username\.julia\dev\MathLink\deps\build.jl:112
 [3] include(fname::String)
   @ Base.MainInclude .\client.jl:489
 [4] top-level scope
   @ none:5
in expression starting at C:\Users\username\.julia\dev\MathLink\deps\build.jl:99

I fixed the variable names, now it builds and works fine.

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.

1 participant