Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcuvillier committed Jul 21, 2019
1 parent 4e6387a commit 51eb639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (EMSCRIPTEN)
set(NOMT ON)
set(NODLL ON)
set(WEBGL ON)
SET(CMAKE_EXECUTABLE_SUFFIX ".html") # use the HTML suffix (will emit .html, .js and .wasm)
set(CMAKE_EXECUTABLE_SUFFIX ".html") # use the HTML suffix (will emit .html, .js and .wasm)
else ()
set(NOEFX ON)
set(NOMT ON)
Expand Down Expand Up @@ -205,7 +205,7 @@ if (EMSCRIPTEN)
set(ldflags "${ldflags} -lfs.js") # Filesystem core functionality
set(ldflags "${ldflags} -lmemfs.js") # in-memory filesystem
set(ldflags "${ldflags} -lidbfs.js") # in-memory filesystem + idb persistency (used in pre.js for "web_user" folder)
set(ldflags "${ldflags} -lsockfs.js") # needed internally by emscripten runtime because of libc socket implementation
set(ldflags "${ldflags} -lsockfs.js") # needed because of libc socket implementation (D3 use sockets)
endif ()

# fallback for cmake versions without GNUInstallDirs
Expand Down

0 comments on commit 51eb639

Please sign in to comment.