Skip to content

Commit f36f80d

Browse files
committed
forgot to copy
1 parent 4d1ff71 commit f36f80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ def find_libjpeg():
262262

263263
def make_image_extension():
264264

265-
include_dirs = TORCHVISION_INCLUDE
266-
library_dirs = TORCHVISION_LIBRARY
265+
include_dirs = TORCHVISION_INCLUDE.copy()
266+
library_dirs = TORCHVISION_LIBRARY.copy()
267267

268268
libraries = []
269269
define_macros, extra_compile_args = get_macros_and_flags()

0 commit comments

Comments
 (0)