Skip to content

Commit

Permalink
abandon all hope, ye who enter here
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Dec 11, 2020
1 parent 950595a commit 30e0c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/build-lib.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ if "%cuda_compiler_version%"=="None" (

REM workaround for missing quotes in CFLAGS
set CFLAGS=/c -I"%CUDA_HOME%\include"
REM set CPPFLAGS=%CPPFLAGS% -I"%CUDA_HOME%\include"
REM set CXXFLAGS=%CXXFLAGS% -I"%CUDA_HOME%\include"
set CPPFLAGS=/c -I"%CUDA_HOME%\include"
set CXXFLAGS=/c -I"%CUDA_HOME%\include"
)

:: Build faiss.dll
Expand Down

0 comments on commit 30e0c5f

Please sign in to comment.