summaryrefslogtreecommitdiffstats
path: root/src/pcl.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-29 23:52:53 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-29 23:52:53 (GMT)
commitcc26b29729176ef2fb5fa14f8d6aee502e00815d (patch)
tree481a0c5937cb2de20a964bdc66a3aad584574bae /src/pcl.mk
parentab9b646101f2328da2c0238fdf1494031c7fc55f (diff)
downloadmxe-cc26b29729176ef2fb5fa14f8d6aee502e00815d.zip
mxe-cc26b29729176ef2fb5fa14f8d6aee502e00815d.tar.gz
mxe-cc26b29729176ef2fb5fa14f8d6aee502e00815d.tar.bz2
pcl: Fix build on x86_64-w64-mingw32
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/pcl.mk')
-rw-r--r--src/pcl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcl.mk b/src/pcl.mk
index 115f365..8b6dc84 100644
--- a/src/pcl.mk
+++ b/src/pcl.mk
@@ -41,6 +41,7 @@ define $(PKG)_BUILD
-DBUILD_tools=OFF \
-DWITH_PCAP=OFF \
-DHAVE_MM_MALLOC_EXITCODE=0 \
+ -DHAVE_SSE4_2_EXTENSIONS_EXITCODE=0 \
-DHAVE_SSE4_1_EXTENSIONS_EXITCODE=0 \
-DHAVE_SSE3_EXTENSIONS_EXITCODE=0 \
-DHAVE_SSE2_EXTENSIONS_EXITCODE=0 \