[Groonga-commit] nroonga/nroonga [master] add build setting for Mac xcode

Back to archive index

kanonji null+****@clear*****
Wed Nov 28 00:34:43 JST 2012


kanonji	2012-11-28 00:34:43 +0900 (Wed, 28 Nov 2012)

  New Revision: f2d6ecc631b5a658e840950c1ccdd50262548e64
  https://github.com/nroonga/nroonga/commit/f2d6ecc631b5a658e840950c1ccdd50262548e64

  Merged 65ef3ac: Merge pull request #4 from kanonji/master

  Log:
    add build setting for Mac xcode

  Modified files:
    binding.gyp

  Modified: binding.gyp (+7 -0)
===================================================================
--- binding.gyp    2012-10-23 17:02:15 +0900 (a3344fa)
+++ binding.gyp    2012-11-28 00:34:43 +0900 (f1f3765)
@@ -6,6 +6,13 @@
       "include_dirs": ["<!@(pkg-config --cflags-only-I groonga | sed -e 's/-I//g')"],
       "ldflags": ["<!@(pkg-config --libs-only-L groonga)"],
       "libraries": ["<!@(pkg-config --libs-only-l groonga)"],
+      "conditions": [
+        ['OS == "mac"', {
+          "xcode_settings": {
+            "OTHER_LDFLAGS": ["<!@(pkg-config --libs-only-L groonga)"]
+          }
+        }]
+      ]
     }
   ]
 }
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index