Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active December 26, 2015 20:19
Show Gist options
  • Save kjunichi/7207540 to your computer and use it in GitHub Desktop.
Save kjunichi/7207540 to your computer and use it in GitHub Desktop.

どんな動きをするのか

binding.gypを参照している模様

動かすには

node-gyp rebuild

設定の追加や変更など

'ldflags': [
        '-L/usr/local/lib'
      ],

OSXの場合、ちょっと特殊で以下のような指定が必要な模様

'xcode_settings': {
            'OTHER_LDFLAGS': [
              '-L/usr/local/lib'
            ]
          }

関連ファイル

  • binding.gyp

関連Gist

Link

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment