Kaydet (Commit) a22a0b3e authored tarafından Jeremy Hylton's avatar Jeremy Hylton

pyexpat notes: add the name of the archive to the ar command

üst 63b08ac2
...@@ -423,7 +423,7 @@ cPickle cPickle.c ...@@ -423,7 +423,7 @@ cPickle cPickle.c
# do this manually while we try convince the author to add it. To do so, # do this manually while we try convince the author to add it. To do so,
# cd to EXPAT_DIR, run "make" if you have not done so, then run: # cd to EXPAT_DIR, run "make" if you have not done so, then run:
# #
# ar cr xmltok/*.o xmlparse/*.o # ar cr libexpat.a xmltok/*.o xmlparse/*.o
# #
#EXPAT_DIR=/usr/local/src/expat #EXPAT_DIR=/usr/local/src/expat
#pyexpat pyexpat.c -I$(EXPAT_DIR)/xmlparse -L$(EXPAT_DIR) -lexpat #pyexpat pyexpat.c -I$(EXPAT_DIR)/xmlparse -L$(EXPAT_DIR) -lexpat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment