Skip to content
Snippets Groups Projects
Commit 24cd568d authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix mac llwebrtc copy

parent 6bfe8aa5
No related branches found
No related tags found
No related merge requests found
......@@ -770,7 +770,7 @@ def construct(self):
with self.prefix(src="", dst="Contents"): # everything goes in Contents
# CEF framework goes inside Contents/Frameworks.
# Remember where we parked this car.
with self.prefix(src=libdir, dst="Frameworks"):
with self.prefix(src=os.path.join(self.args['build'], os.pardir, 'llwebrtc', self.args['configuration']), dst="Frameworks"):
for libfile in (
'libllwebrtc.dylib',
):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment