Skip to content

Commit

Permalink
remove nostdinc
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboudon committed Jan 23, 2024
1 parent 0a323ee commit e788650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject-linux.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libraries = ['QGLViewer','GLU']
tags = ['QGLViewer_2_9_1']
#include-dirs=['${CONDA_PREFIX}/include','${PREFIX}/include']
#library-dirs=['${CONDA_PREFIX}/lib','${PREFIX}/lib']
extra-compile-args=['-I${CONDA_PREFIX}/include','-I${PREFIX}/include','-I${BUILD_PREFIX}/${HOST}/sysroot/usr/include','-nostdinc++','-nostdinc', '--sysroot=${BUILD_PREFIX}/${HOST}/sysroot']
extra-compile-args=['-I${CONDA_PREFIX}/include','-I${PREFIX}/include','-I${BUILD_PREFIX}/${HOST}/sysroot/usr/include', '--sysroot=${BUILD_PREFIX}/${HOST}/sysroot']
extra-link-args=['-L${CONDA_PREFIX}/lib','-L${PREFIX}/lib','--sysroot=${BUILD_PREFIX}/${HOST}/sysroot']

[tool.sip.project]
Expand Down

0 comments on commit e788650

Please sign in to comment.