|
@@ -21,7 +21,7 @@ function _find_package_on_windows(package, opt)
|
|
if #result.links ~= 2 then
|
|
if #result.links ~= 2 then
|
|
return
|
|
return
|
|
end
|
|
end
|
|
- table.insert(result.includedirs, find_path("openssl/ssl.h", paths, {suffixes = "include"}))
|
|
|
|
|
|
+ table.insert(result.includedirs, find_path(path.translate("openssl/ssl.h"), paths, {suffixes = "include"}))
|
|
return result
|
|
return result
|
|
end
|
|
end
|
|
|
|
|