Skip to content

Commit b3046a5

Browse files
committed
bump core again
1 parent a2a804b commit b3046a5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

app/conanfile.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[requires]
2-
odrcore/5.0.3
2+
odrcore/5.0.4
33

44
[generators]
55
CMakeToolchain
@@ -9,4 +9,3 @@ CMakeDeps
99
odrcore/*:shared=True
1010
odrcore/*:with_pdf2htmlEX=True
1111
odrcore/*:with_wvWare=False
12-
odrcore/*:with_tmpfile_hack=True

app/src/main/cpp/CoreWrapper.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Java_at_tomtasche_reader_background_CoreWrapper_setGlobalParams(JNIEnv *env, jcl
9494
odr::GlobalParams::set_fontconfig_data_path(fontconfigDataPath);
9595
odr::GlobalParams::set_poppler_data_path(popplerDataPath);
9696
odr::GlobalParams::set_pdf2htmlex_data_path(pdf2htmlexDataPath);
97-
odr::GlobalParams::set_custom_tmpfile_path(customTmpfilePath);
9897

9998
setenv("TMPDIR", customTmpfilePath.c_str(), 1);
10099
}

0 commit comments

Comments
 (0)