Last active
August 29, 2015 14:08
-
-
Save askielboe/233eb5870be50e35509b to your computer and use it in GitHub Desktop.
Do not attempt code signing when compiling DS9 on Darwin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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