Skip to content

Commit

Permalink
Enable windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Mar 2, 2024
1 parent 04d05c1 commit 34df7a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rem # Common settings

set CPU_COUNT=%NUMBER_OF_PROCESSORS%
set PATH="%PATH%;%BUILD_PREFIX%/x86_64-conda-linux-gnu/lib;%BUILD_PREFIX/lib;%PREFIX/lib"
set PATH="%PREFIX%\Library\bin;%PATH%;%BUILD_PREFIX%/x86_64-conda-linux-gnu/lib;%BUILD_PREFIX/lib;%PREFIX/lib"
set INCLUDE="%INCLUDE%;%cd%/include;%BUILD_PREFIX/x86_64-conda-linux-gnu/include/c++/12.3.0;%BUILD_PREFIX%/x86_64-conda-linux-gnu/include/c++/12.3.0/x86_64-conda-linux-gnu;%BUILD_PREFIX%/x86_64-conda-linux-gnu/sysroot/usr/include;%BUILD_PREFIX%/include;%PREFIX%/include"

rem ### Build CppInterOp next to llvm-project.
Expand Down
2 changes: 0 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ source:
folder: cppinterop

build:
skip: true # [win]
number: {{ build_number }}
string: clang{{ (clangdev or "None").split(".")[0] }}_repl_h{{ PKG_HASH }}_{{ build_number }}

Expand All @@ -24,7 +23,6 @@ requirements:
- make # [unix]
- ninja # [win]
- {{ compiler('cxx') }}
- wget
- llvm {{ clangdev }}
- llvmdev {{ clangdev }}
- clangdev {{ clangdev }}
Expand Down

0 comments on commit 34df7a1

Please sign in to comment.