We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee217d5 commit 4c9cb30Copy full SHA for 4c9cb30
1 file changed
wamr-compiler/CMakeLists.txt
@@ -3,6 +3,8 @@
3
4
cmake_minimum_required (VERSION 2.8)
5
6
+string (TOLOWER ${CMAKE_HOST_SYSTEM_NAME} WAMR_BUILD_PLATFORM)
7
+
8
if (NOT WAMR_BUILD_PLATFORM STREQUAL "windows")
9
project (aot-compiler)
10
else()
0 commit comments