FLTK logo

Re: [fltk.coredev] Re: FLTK 1.3.6 Release Candidate 1 is now available for download and testing

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.coredev  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Re: FLTK 1.3.6 Release Candidate 1 is now available for download and testing Manolo May 02, 2021  
 

On Sunday, May 2, 2021 at 1:36:21 PM UTC+2 Albrecht Schlosser wrote:
If you can get it working, can you please post a patch here before you
commit it so I can test and we can decide this shortly?

Here's the patch :

--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/52618fa9-5008-4242-93be-833a36ce4488n%40googlegroups.com.
diff --git a/test/Makefile b/test/Makefile
index d514ec8ba..2b2eb9ea1 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -315,6 +315,7 @@ blocks$(EXEEXT): blocks.o
 	$(OSX_ONLY) $(RM) -f -r blocks.app/Contents/MacOS
 	$(OSX_ONLY) mkdir blocks.app/Contents/MacOS
 	$(OSX_ONLY) $(INSTALL_BIN) blocks$(EXEEXT) blocks.app/Contents/MacOS
+	$(OSX_ONLY) xattr -d -r com.apple.quarantine blocks.app
 
 checkers$(EXEEXT): checkers.o
 	echo Linking $@...
@@ -322,6 +323,7 @@ checkers$(EXEEXT): checkers.o
 	$(OSX_ONLY) $(RM) -f -r checkers.app/Contents/MacOS
 	$(OSX_ONLY) mkdir checkers.app/Contents/MacOS
 	$(OSX_ONLY) $(INSTALL_BIN) checkers$(EXEEXT) checkers.app/Contents/MacOS
+	$(OSX_ONLY) xattr -d -r com.apple.quarantine checkers.app
 
 clock$(EXEEXT): clock.o
 
@@ -476,6 +478,7 @@ sudoku: sudoku.o
 	$(OSX_ONLY) $(RM) -r -f sudoku.app/Contents/MacOS
 	$(OSX_ONLY) mkdir sudoku.app/Contents/MacOS
 	$(OSX_ONLY) $(INSTALL_BIN) sudoku$(EXEEXT) sudoku.app/Contents/MacOS
+	$(OSX_ONLY) xattr -d -r com.apple.quarantine sudoku.app
 
 sudoku.exe: sudoku.o sudoku.rc
 	echo Linking $@...
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.