Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a22a0b3

Browse files
committed
pyexpat notes: add the name of the archive to the ar command
1 parent 63b08ac commit a22a0b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Setup.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ cPickle cPickle.c
423423
# do this manually while we try convince the author to add it. To do so,
424424
# cd to EXPAT_DIR, run "make" if you have not done so, then run:
425425
#
426-
# ar cr xmltok/*.o xmlparse/*.o
426+
# ar cr libexpat.a xmltok/*.o xmlparse/*.o
427427
#
428428
#EXPAT_DIR=/usr/local/src/expat
429429
#pyexpat pyexpat.c -I$(EXPAT_DIR)/xmlparse -L$(EXPAT_DIR) -lexpat

0 commit comments

Comments
 (0)