Skip to content

Commit

Permalink
set stdinc++ back
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboudon committed Jan 23, 2024
1 parent 3a68544 commit 6d17353
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest , macos-latest , windows-latest]
os: [ ubuntu-latest ] #, macos-latest , windows-latest]
python-minor-version: [8, 9, 10, 11]
isMaster:
- ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/dev') }}
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
python-minor-version: 10

steps:
- name: Chekout
- name: Checkout
uses: actions/checkout@v3
- name: Determine publish
uses: haya14busa/action-cond@v1
Expand Down
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++','--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 6d17353

Please sign in to comment.