Skip to content
Snippets Groups Projects
Commit 9d3a1242 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

contrib: remove Winphone specific flag

We don't support it anymore and that platform is dead. We don't
even use the flag to enable/disable anything.
parent 5e4cf78b
No related branches found
No related tags found
1 merge request!3770contrib: remove Winphone specific flag
Pipeline #351409 passed with stage
in 1 hour, 2 minutes, and 25 seconds
......@@ -322,11 +322,6 @@ case "${OS}" in
;;
*mingw*)
add_make_enabled "HAVE_WIN32"
case "${HOST}" in
*winphone*|*windowsphone*)
add_make_enabled "HAVE_WINDOWSPHONE"
;;
esac
case "${HOST}" in
*winphone*|*windowsphone*|*winrt*|*uwp*)
add_make_enabled "HAVE_WINSTORE"
......
......@@ -646,9 +646,6 @@ ifdef HAVE_VISUALSTUDIO
ifdef HAVE_WINSTORE
CMAKE_SYSTEM_NAME = WindowsStore
endif
ifdef HAVE_WINDOWSPHONE
CMAKE_SYSTEM_NAME = WindowsPhone
endif
endif
endif
ifdef HAVE_DARWIN_OS
......
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