[sword-svn] r3706 - trunk/bindings/swig/perl

greg.hellings at crosswire.org greg.hellings at crosswire.org
Tue Apr 7 23:19:07 MST 2020


Author: greg.hellings
Date: 2020-04-07 23:19:07 -0700 (Tue, 07 Apr 2020)
New Revision: 3706

Modified:
   trunk/bindings/swig/perl/CMakeLists.txt
Log:
Account for spaces in paths in Perl


Modified: trunk/bindings/swig/perl/CMakeLists.txt
===================================================================
--- trunk/bindings/swig/perl/CMakeLists.txt	2020-04-05 17:39:34 UTC (rev 3705)
+++ trunk/bindings/swig/perl/CMakeLists.txt	2020-04-08 06:19:07 UTC (rev 3706)
@@ -22,9 +22,9 @@
 WriteMakefile(
 	'NAME'		=> 'Sword',
 	'VERSION'	=> '${SWORD_VERSION}',
-	'INC'		=> '-I${CMAKE_SOURCE_DIR}/include -I${CMAKE_CURRENT_SOURCE_DIR}/..',
+	'INC'		=> '-I\"${CMAKE_SOURCE_DIR}/include\" -I\"${CMAKE_CURRENT_SOURCE_DIR}/..\"',
 	'DEFINE'	=> '-DSWIG',
-	'LIBS'		=> '-L${CMAKE_BINARY_DIR} -lsword -lz',
+	'LIBS'		=> '-L\"${CMAKE_BINARY_DIR}\" -lsword -lz',
 	'FIRST_MAKEFILE' => 'Makefile.perlswig',
 	'PREREQ_PM'	=> {},
 		($] >= 5.005 ? ## Add these new keywords supported since 5.005




More information about the sword-cvs mailing list