issues
search
edonyzpc
/
toolkitem
personal toolkits for daily code
MIT License
2
stars
1
forks
source link
need more protection for pyswiger.sh
#3
Closed
edonyzpc
closed
8 years ago
edonyzpc
commented
8 years ago
check if there is source code file "**.c"
can swig wrap the header file into python module, if so command
cc -c
python-config --cflags
$name".c" $name"_wrap.c"
need to be changed
need some comments or promt about usage, function and so on
some more safe protection for each platform
cc -c
python-config --cflags$name".c" $name"_wrap.c"
need to be changed