mirror of
				https://github.com/michaelrsweet/pdfio.git
				synced 2025-10-31 18:35:45 +01:00 
			
		
		
		
	examples/Makefile: libm is not added by default by all
-lm has to be added for system/compilers that don't add the lib by default (the case on NetBSD).
This commit is contained in:
		| @@ -15,7 +15,7 @@ | ||||
| CFLAGS		=	-g $(CPPFLAGS) | ||||
| #CFLAGS		=	-g -fsanitize=address $(CPPFLAGS) | ||||
| CPPFLAGS	=	-I.. -I/usr/local/include | ||||
| LIBS		=	-L.. -L/usr/local/lib -lpdfio -lz | ||||
| LIBS		=	-L.. -L/usr/local/lib -lpdfio -lz -lm | ||||
|  | ||||
|  | ||||
| # Targets | ||||
|   | ||||
		Reference in New Issue
	
	Block a user