diff options
| author | yo mama <pepper@scannerjammer.com> | 2016-03-16 21:27:00 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2016-03-16 21:27:00 -0700 |
| commit | c6d5e8f0e368c96bfeecb7501344d82820601588 (patch) | |
| tree | a1339289aa5bb6ddeb0e6cf02bc8925097df199c /pysoundtouch/setup.py | |
| parent | 8adfb3bd99b4dcff2459756af090a640fd7a4b4a (diff) | |
Diffstat (limited to 'pysoundtouch/setup.py')
| -rw-r--r-- | pysoundtouch/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pysoundtouch/setup.py b/pysoundtouch/setup.py index 3bbefd9..481ce13 100644 --- a/pysoundtouch/setup.py +++ b/pysoundtouch/setup.py @@ -9,8 +9,8 @@ from distutils.extension import Extension os.environ['CC'] = 'g++' os.environ['CXX'] = 'g++' -#os.environ['CPP'] = 'g++' -#os.environ['LDSHARED'] = 'g++' +os.environ['CPP'] = 'g++' +os.environ['LDSHARED'] = 'g++' VERSION_MAJOR = 0 VERSION_MINOR = 1.0 |
