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:
parent
4f8dd1fa96
commit
111f9052ad
3 changed files with 34 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ sources = Glob("src/*.cpp") + Glob("src/utils/*.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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue