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
19eda87006
commit
27b2c2efbb
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