summaryrefslogtreecommitdiffstats
path: root/scripts/external_libs/platform/cel59/zmq/utils/compiler.json
blob: 2394c4c4a487b7b0575c4c1b40becc50f7485912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "extra_link_args": [], 
  "define_macros": [
    [
      "HAVE_SYS_UN_H", 
      1
    ]
  ], 
  "runtime_library_dirs": [
    "/auto/srg-sce-swinfra-usr/emb/users/imarom/tmp/pyzmq/zeromq-4.0.2/lib"
  ], 
  "libraries": [
    "zmq"
  ], 
  "library_dirs": [
    "/auto/srg-sce-swinfra-usr/emb/users/imarom/tmp/pyzmq/zeromq-4.0.2/lib"
  ], 
  "include_dirs": [
    "/auto/srg-sce-swinfra-usr/emb/users/imarom/tmp/pyzmq/zeromq-4.0.2/include", 
    "zmq/utils", 
    "zmq/backend/cython", 
    "zmq/devices"
  ]
}