Skip to content

Commit 30b2902

Browse files
committed
remove compile arg from project.py
1 parent 906302e commit 30b2902

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

project.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def apply_user_defaults(self, tool):
8888
self.libraries.append('GLU')
8989
if not CONDA_BUILD_SYSROOT is None :
9090
self.include_dirs.append(f'{CONDA_BUILD_SYSROOT}/usr/include')
91-
self.compile_args.append("-D_GLIBCXX_USE_CLOCK_REALTIME=0")
9291

9392
elif platform.system() == 'Windows':
9493
self.libraries.append('QGLViewer2')

sip/PyQGLViewer/qglviewerversion.sip

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828

2929
%ModuleCode
3030

31+
#ifndef PYQGLVIEWER_VERSION
3132
#define PYQGLVIEWER_VERSION 0x010400
33+
#endif
3234

3335
static const char * PyQGLViewerVersionString(){
3436
return qPrintable(QString::number((PYQGLVIEWER_VERSION & 0xff0000) >> 16) + "." +

0 commit comments

Comments
 (0)