Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Disable building Programs and Emscripten stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 committed Apr 15, 2019
1 parent 0407522 commit ce9a01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/wasm-jit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ endif()

add_subdirectory(Include/Inline)

add_subdirectory(Source/Emscripten)
#add_subdirectory(Source/Emscripten)
add_subdirectory(Source/IR)
add_subdirectory(Source/Logging)
add_subdirectory(Source/Platform)
add_subdirectory(Source/Programs)
#add_subdirectory(Source/Programs)
add_subdirectory(Source/Runtime)
add_subdirectory(Source/WASM)
add_subdirectory(Source/WAST)
Expand Down

0 comments on commit ce9a01a

Please sign in to comment.