Browse Source

win-stats is really pstats

Josh Yelon 18 years ago
parent
commit
c3d34897a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/makepanda/makepanda.py

+ 1 - 1
doc/makepanda/makepanda.py

@@ -4322,7 +4322,7 @@ if (OMIT.count("PANDATOOL")==0):
 # DIRECTORY: pandatool/src/win-stats/
 #
 
-if (OMIT.count("PANDATOOL")==0) and (sys.platform == "win32"):
+if (OMIT.count("PANDATOOL")==0):
     IPATH=['pandatool/src/win-stats']
     OPTS=[]
     EnqueueCxx(ipath=IPATH, opts=OPTS, src='winstats_composite1.cxx', obj='pstats_composite1.obj')