Skip to content
Snippets Groups Projects
Commit 0bbfca15 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

fix(BSS2): fix missing symbols of torch_python

Change-Id: Iea20a8ea0548fd749fdc50a075ed62297c9bf110
......@@ -85,7 +85,7 @@ def configure(cfg):
#include <torch/torch.h>
#include <torch/csrc/jit/runtime/custom_operator.h>
int main() { return 0; }''',
lib = libnames,
lib = libnames + cfg.env.LIB_PYEMBED,
libpath = libpath_torch,
cxxflags = map(lambda x: '-isystem' + x, (includes_torch_csrc_api + includes_torch)),
uselib_store="TORCH")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment