Skip to content

Commit fb71bfb

Browse files
committed
corrected comment
1 parent 4c47a67 commit fb71bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/netifaces/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function build_netifaces() {
2626
export LDSHARED=$LIBLINK
2727
export PYTHONPATH=$BUILD_PATH/python-install/lib/python2.7/site-packages
2828

29-
#FIXME resulting .so is empty
29+
# resulting .so is empty but .o will be collected into libpymodules.so in final distribute.sh step
3030
try $BUILD_hostpython/hostpython setup.py build_ext -v
3131

3232
unset LDSHARED

0 commit comments

Comments
 (0)