gplugin/gplugin

Fix some issues with the osx build
feature/gjs-cc
2016-08-23, Gary Kramlich
365e3f1ea768
Parents 0737833a744d
Children bbc137ff81ce
Fix some issues with the osx build
--- a/gjs/CMakeLists.txt Tue Aug 23 12:27:20 2016 -0500
+++ b/gjs/CMakeLists.txt Tue Aug 23 13:21:24 2016 -0500
@@ -24,7 +24,7 @@
pkg_check_modules(GJS REQUIRED gjs-1.0>=1.32.0)
include_directories(${GJS_INCLUDE_DIRS})
- link_directories(${GJS_LIBRARIES_DIRS})
+ link_directories(${GJS_LIBRARY_DIRS})
add_library(gplugin-gjs MODULE
${GPLUGIN_GJS_SOURCES}