- we're using python22.lib instead of python20.lib nowadays
This commit is contained in:
@@ -424,7 +424,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS),windows)
|
ifeq ($(OS),windows)
|
||||||
PYLIB = $(NAN_PYTHON)/lib/python20.lib
|
PYLIB = $(NAN_PYTHON)/lib/python22.lib
|
||||||
PYPLAYERLIB = $(NAN_PYTHON)/static/*.obj
|
PYPLAYERLIB = $(NAN_PYTHON)/static/*.obj
|
||||||
PYPLAYERLIB = $(PYLIB)
|
PYPLAYERLIB = $(PYLIB)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user