Skip to content

Instantly share code, notes, and snippets.

@askielboe
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save askielboe/233eb5870be50e35509b to your computer and use it in GitHub Desktop.
Save askielboe/233eb5870be50e35509b to your computer and use it in GitHub Desktop.
Do not attempt code signing when compiling DS9 on Darwin
--- ds9/Makefile.unix
+++ ds9/Makefile.unix
@@ -105,7 +105,6 @@
cp ds9Base ds9
cp ds9 ../bin/.
cp ds9.zip ../bin/.
- cd ../bin; $(CODESIGN) -s "SAOImage DS9" ds9
debug : ds9Base ds9.zip
$(RM) $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment