mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
Fixed typo in use of "PYTHON_LIB"
[SVN r9467]
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Revision History:
|
||||
# 06 Mar 01 Fixed typo in use of "PYTHON_LIB" (Dave Abrahams)
|
||||
# 04 Mar 01 Changed library name to libboost_python.a (David Abrahams)
|
||||
|
||||
LIBSRC = \
|
||||
classes.cpp \
|
||||
conversions.cpp \
|
||||
@@ -33,7 +35,7 @@ endif
|
||||
[ -s $@ ] || rm -f $@
|
||||
|
||||
example1: example1.o libboost_python.a
|
||||
como-dyn-link -o ../example/hellomodule.$(MODULE_EXTENSION) $(PYHTON_LIB) example1.o -L. -lboost_python
|
||||
como-dyn-link -o ../example/hellomodule.$(MODULE_EXTENSION) $(PYTHON_LIB) example1.o -L. -lboost_python
|
||||
python ../example/test_example1.py
|
||||
|
||||
example1.o: ../example/example1.cpp
|
||||
|
||||
Reference in New Issue
Block a user