adds a bit about reloading the module after rebuilding
This commit is contained in:
parent
7e1bfc9426
commit
af0a6cdf55
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const libportaudio_shim = find_library(["libportaudio_shim",],
|
|||
|
||||
@assert(libportaudio_shim != "", "Failed to find required library " *
|
||||
"libportaudio_shim. Try re-running the package script using " *
|
||||
"Pkg.build(\"PortAudio\")")
|
||||
"Pkg.build(\"PortAudio\"), then reloading with reload(\"PortAudio\")")
|
||||
|
||||
init_portaudio()
|
||||
|
||||
|
|
Loading…
Reference in a new issue