Browse Source

Removing python deps for pixy for teeter build

Miti Mazmudar 4 years ago
parent
commit
a32b4bab1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -5,7 +5,7 @@ PYTHON_LDFLAGS = -L/usr/lib/python2.7/config-x86_64-linux-gnu  -lpython2.7   -lu
 CXX_FLAGS       = -Wall  -O2 -std=c++11 -fpic -fdata-sections -ffunction-sections
 
 LD              = ${CXX} -v
-LD_FLAGS        = -Wall ${PYTHON_LDFLAGS}
+LD_FLAGS        = -Wall #${PYTHON_LDFLAGS}
 
 all_non_sgx_obj := $(system_obj) $(protobuf_obj) #$(patsubst %.cpp,%.o,$(all_non_sgx_cpp)}