{
  "targets": [
    {
      "target_name": "nodeac",
      "sources": [ "./src/nodeac.cc","./src/AWFastCheck.cpp" ],
      "cflags": ["-std=c++11"],
      "conditions": [
  	[
       'OS=="mac"', {
          "libraries": [
            "-L/usr/local/lib"
          ],
          "xcode_settings": {
            "MACOSX_DEPLOYMENT_TARGET": '10.7',
            "OTHER_CPLUSPLUSFLAGS": [
              '-stdlib=libc++'
            ]
          }
    }]
  ]

    }
  ]
}