Skip to content
Snippets Groups Projects
Commit 5351f61c authored by Florent Berthaut's avatar Florent Berthaut
Browse files

Fixed OSX scons

parent 42962388
Branches
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ elif env["platform"] == "windows":
if env["platform"] == "macos":
library = env.SharedLibrary(
"demo/addons/gdpd/bin/libgdpd.{}.{}.framework/libgd4pd.{}.{}".format(
"demo/addons/gdpd/bin/libgdpd.{}.{}.framework/libgdpd.{}.{}".format(
env["platform"], env["target"], env["platform"], env["target"]
),
source=sources,
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment