Skip to content

Commit

Permalink
fixed bundle spec of mac resale glfw dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed May 21, 2014
1 parent c8f9654 commit 08ff399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy_capture/bundle.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if platform.system() == 'Darwin':
[('methods.so', '../pupil_src/shared_modules/c_methods/methods.so','BINARY')],
[('uvcc.so', '../pupil_src/shared_modules/uvc_capture/mac_video/uvcc.so','BINARY')],
[('libAntTweakBar.dylib', '/usr/local/Cellar/anttweakbar/1.16/lib/libAntTweakBar.dylib','BINARY')],
[('libglfw3.dylib', '/usr/local/Cellar/glfw3/3.0.4/lib/libglfw3.dylib','BINARY')],
[('libglfw3.dylib', '/usr/local/Cellar/glfw3/3.0.2/lib/libglfw3.dylib','BINARY')],
strip=None,
upx=True,
name='Pupil Capture')
Expand Down
2 changes: 1 addition & 1 deletion deploy_player/bundle.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if platform.system() == 'Darwin':
[('methods.so', '../pupil_src/shared_modules/c_methods/methods.so','BINARY')],
[('uvcc.so', '../pupil_src/shared_modules/uvc_capture/mac_video/uvcc.so','BINARY')],
[('libAntTweakBar.dylib', '/usr/local/Cellar/anttweakbar/1.16/lib/libAntTweakBar.dylib','BINARY')],
[('libglfw3.dylib', '/usr/local/Cellar/glfw3/3.0.4/lib/libglfw3.dylib','BINARY')],
[('libglfw3.dylib', '/usr/local/Cellar/glfw3/3.0.2/lib/libglfw3.dylib','BINARY')],
strip=None,
upx=True,
name='Pupil Player')
Expand Down

0 comments on commit 08ff399

Please sign in to comment.