Skip to content
Snippets Groups Projects
Commit 1d59b8df authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Update kdu package for windows with correct build flags

parent e9c1e230
No related branches found
No related tags found
No related merge requests found
...@@ -1518,11 +1518,11 @@ ...@@ -1518,11 +1518,11 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>1624c944c4bc6d54d9fc56d0114e9f23</string> <string>3e83c3649251e42e103a76fcd645b407</string>
<key>hash_algorithm</key> <key>hash_algorithm</key>
<string>md5</string> <string>md5</string>
<key>url</key> <key>url</key>
<string>file:///c:/Developer/buildlibs/kdu-7.7.1-windows-201511121444.tar.bz2</string> <string>https://pkg.alchemyviewer.org/repository/autobuild-restricted/kdu/windows/kdu-7.10.7.192222106-windows-192222106.tar.bz2</string>
</map> </map>
<key>name</key> <key>name</key>
<string>windows</string> <string>windows</string>
...@@ -1532,18 +1532,18 @@ ...@@ -1532,18 +1532,18 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>1594b7d12c0bfd3ca5dec3bb4e0fa4e1</string> <string>609068ef170da699b7f8e4dde7e1c406</string>
<key>hash_algorithm</key> <key>hash_algorithm</key>
<string>md5</string> <string>md5</string>
<key>url</key> <key>url</key>
<string>https://pkg.alchemyviewer.org/repository/autobuild-restricted/kdu/windows64/kdu-7.10.7.192211828-windows64-192211828.tar.bz2</string> <string>https://pkg.alchemyviewer.org/repository/autobuild-restricted/kdu/windows64/kdu-7.10.7.192222056-windows64-192222056.tar.bz2</string>
</map> </map>
<key>name</key> <key>name</key>
<string>windows64</string> <string>windows64</string>
</map> </map>
</map> </map>
<key>version</key> <key>version</key>
<string>7.10.7.192211828</string> <string>7.10.7.192222106</string>
</map> </map>
<key>libhunspell</key> <key>libhunspell</key>
<map> <map>
......
...@@ -54,9 +54,9 @@ if (USE_KDU) ...@@ -54,9 +54,9 @@ if (USE_KDU)
target_link_libraries(llkdu target_link_libraries(llkdu
${KDU_LIBRARY}) ${KDU_LIBRARY})
set(KDU_BUILD_DEFS -DKDU_X86_INTRINSICS -DKDU_NO_AVX2) set(KDU_BUILD_DEFS -DKDU_X86_INTRINSICS -DKDU_NO_AVX -DKDU_NO_AVX2)
if(ADDRESS_SIZE EQUAL 32) if(ADDRESS_SIZE EQUAL 32)
list(APPEND KDU_BUILD_DEFS -DKDU_NO_AVX -DKDU_NO_THREADS) list(APPEND KDU_BUILD_DEFS -DKDU_NO_THREADS)
endif() endif()
target_compile_definitions(llkdu PUBLIC ${KDU_BUILD_DEFS}) target_compile_definitions(llkdu PUBLIC ${KDU_BUILD_DEFS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment