Skip to content

Commit beee587

Browse files
committed
use site-dir for distribution
1 parent d2139fa commit beee587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda.recipe/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python setup.py build
44
:: copy our compiled library
55
set SRC=%RECIPE_DIR%\..
66
set BLD=%SRC%\build\lib.win-amd64-%PY_VER%
7-
set DEST=%LIBRARY_PREFIX%\..\Lib\site-packages
7+
set DEST=%SP_DIR%
88

99
:: Install step
1010
copy %BLD%\clr.pyd %DEST%

0 commit comments

Comments
 (0)