We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c47a67 commit fb71bfbCopy full SHA for fb71bfb
recipes/netifaces/recipe.sh
@@ -26,7 +26,7 @@ function build_netifaces() {
26
export LDSHARED=$LIBLINK
27
export PYTHONPATH=$BUILD_PATH/python-install/lib/python2.7/site-packages
28
29
- #FIXME resulting .so is empty
+ # resulting .so is empty but .o will be collected into libpymodules.so in final distribute.sh step
30
try $BUILD_hostpython/hostpython setup.py build_ext -v
31
32
unset LDSHARED
0 commit comments