You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find_llvm_config_binary - Need to use ENV["PATH"].split(Process::PATH_DELIMITER)
also, in same function - need to account for file ext of ".exe" , not sure where to put this.
Also replace the search_paths: in YAML to
#{paths.try(&.map { |p| %(- '#{p}') }.join("\n ")) || ENV["PATH"].split(Process::PATH_DELIMITER).map { |p| %(- '#{p}') }.join("\n ")}
this is because "" in windows paths and this is escape character for YAML - replace double quote to single quote
Trying to compile bindgen on Windows produces first error in find_clang.cr on:
The text was updated successfully, but these errors were encountered: