[PyOpenGL-Users] RE: PyOpenGL 2.0.0.44 build output
Brought to you by:
mcfletch
From: Tarn W. B. <twb...@ma...> - 2001-09-26 21:00:44
|
Okay...look in the file setup/build_py for the "run" method. The first of it should be: ---------------------- self._check_compiler() ---------------------- change this to: ---------------------- self._check_compiler() customize_compiler(self.compiler) ---------------------- Tarn |