shibd commented on PR #280:
URL:
https://github.com/apache/pulsar-client-node/pull/280#issuecomment-1377312788
The main thing is to put Linux-related builds files into a folder so that it
is more uniform.
Similarly, the build result is referenced to the same folder.
binding.gyp:
```
['OS=="linux"', {
"include_dirs": [
"pkg/linux/pulsar-cpp/include"
],
"libraries": [
"../pkg/linux/pulsar-cpp/lib/libpulsarwithdeps.a"
],
}]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]