Update README.md by removing typo
Remove uneeded message Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md update readme and also ios build to be with .framework as well Co-Authored-By: Patrick Exner (FlameLizard) <patrick.exner1@web.de>
This commit is contained in:
@@ -55,7 +55,7 @@ sources = Glob("src/*.cpp")
|
||||
|
||||
file = "{}{}{}".format(libname, env["suffix"], env["SHLIBSUFFIX"])
|
||||
|
||||
if env["platform"] == "macos":
|
||||
if env["platform"] == "macos" or env["platform"] == "ios":
|
||||
platlibname = "{}.{}.{}".format(libname, env["platform"], env["target"])
|
||||
file = "{}.framework/{}".format(env["platform"], platlibname, platlibname)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user