Skip to content

Commit 158a3a4

Browse files
committed
Code cleanup
1 parent f573d9f commit 158a3a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

settings.py

-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ def get_libboost_python_name():
9898
STPYV8_BOOST_PYTHON = os.getenv('STPYV8_BOOST_PYTHON', default = get_libboost_python_name())
9999

100100
if os.name in ("nt", ):
101-
icu_data_folder = ICU_DATA_FOLDER_WINDOWS
102-
103101
include_dirs.add(os.path.join(V8_HOME, "include"))
104102
library_dirs.add(os.path.join(V8_HOME, "out.gn", "x64.release.sample", "obj"))
105103

0 commit comments

Comments
 (0)