Skip to content

Commit 8cf8496

Browse files
committed
fix
1 parent 6143e17 commit 8cf8496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def build(build_folder):
1111
-DCMAKE_BUILD_TYPE=Release \
1212
-DFREEIMAGE_LIB=OFF \
1313
-DSUPPORT_FMT_TIFF=ON \
14-
-DSUPPORT_FMT_JPEG=ON""")
14+
-DSUPPORT_FMT_JPEG=ON"""
1515

1616
os.system(cmd_configure)
1717
os.system("cmake --build .")

0 commit comments

Comments
 (0)