Skip to content

Commit

Permalink
remove AGL (Apple GL) from win32 installer!
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@7629 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 15, 2014
1 parent f4be57f commit 790dc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ def pkgconfig(*pkgs_options, **ekw):
try:
shutil.copytree(
module_dir, os.path.join("dist", module_name),
ignore = shutil.ignore_patterns("Tk", "EGL", "GLX", "GLX.*", "_GLX.*", "GLE", "GLES1", "GLES2", "GLES3")
ignore = shutil.ignore_patterns("Tk", "AGL", "EGL", "GLX", "GLX.*", "_GLX.*", "GLE", "GLES1", "GLES2", "GLES3")
)
except Exception as e:
if not isinstance(e, WindowsError) or (not "already exists" in str(e)): #@UndefinedVariable
Expand Down

0 comments on commit 790dc79

Please sign in to comment.