summaryrefslogtreecommitdiffstats
path: root/external_libs/python/zmq/utils/compiler.json
blob: e58fc130100bffefa597bfb3b6400f15b47a7e3d (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": [
    "$ORIGIN/.."
  ], 
  "libraries": [
    "zmq"
  ], 
  "library_dirs": [
    "zmq"
  ], 
  "include_dirs": [
    "/auto/srg-sce-swinfra-usr/emb/users/hhaim/work/depot/asr1k/emb/private/bpsim/main/src/zmq/include", 
    "zmq/utils", 
    "zmq/backend/cython", 
    "zmq/devices"
  ]
}