summaryrefslogtreecommitdiff
path: root/source/luametatex/cmake
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2023-02-06 19:14:14 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2023-02-06 19:14:14 +0100
commit0d0874ba797ee44f9fa53ed0fe95d7a863bf2f1b (patch)
treeea9c82877dd7a14db92e964277551370ecc156cb /source/luametatex/cmake
parent83667a906d7cac842635bc5243db70f55b346562 (diff)
downloadcontext-0d0874ba797ee44f9fa53ed0fe95d7a863bf2f1b.tar.gz
2023-02-06 17:57:00
Diffstat (limited to 'source/luametatex/cmake')
-rw-r--r--source/luametatex/cmake/lua.cmake14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/luametatex/cmake/lua.cmake b/source/luametatex/cmake/lua.cmake
index 7c7eac35d..a31f1c8b0 100644
--- a/source/luametatex/cmake/lua.cmake
+++ b/source/luametatex/cmake/lua.cmake
@@ -82,13 +82,13 @@ if (NOT MSVC)
)
endif (NOT MSVC)
-if (CMAKE_HOST_APPLE)
- target_compile_definitions(lua PUBLIC
- TARGET_OS_IOS=0
- TARGET_OS_WATCH=0
- TARGET_OS_TV=0
- )
-endif (CMAKE_HOST_APPLE)
+# if (CMAKE_HOST_APPLE)
+# target_compile_definitions(lua PUBLIC
+# TARGET_OS_IOS=0
+# TARGET_OS_WATCH=0
+# TARGET_OS_TV=0
+# )
+# endif (CMAKE_HOST_APPLE)
# this seems to be ok for mingw default
#