|
@@ -20,7 +20,7 @@ package("fmt")
|
|
end
|
|
end
|
|
end)
|
|
end)
|
|
|
|
|
|
- on_install("windows", function (package)
|
|
|
|
|
|
+ on_install(function (package)
|
|
if package:config("header_only") then
|
|
if package:config("header_only") then
|
|
os.cp("include/fmt", package:installdir("include"))
|
|
os.cp("include/fmt", package:installdir("include"))
|
|
return
|
|
return
|