Skip to content

Commit 56c1619

Browse files
amarillionSiegeLord
authored andcommitted
Doc fix: specify executable suffix for C examples as well
1 parent 3192a67 commit 56c1619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README_sdl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ emcmake cmake .. \
7777
-D CMAKE_CXX_FLAGS="${USE_FLAGS[*]}" \
7878
-D CMAKE_EXE_LINKER_FLAGS="${USE_FLAGS[*]} -s FULL_ES2=1 -s ASYNCIFY -s TOTAL_MEMORY=2147418112" \
7979
-D CMAKE_EXECUTABLE_SUFFIX_CXX=".html"
80+
-D CMAKE_EXECUTABLE_SUFFIX_C=".html"
8081
```
8182

8283
Emscripten will take care of downloading the dependencies mentioned above via

0 commit comments

Comments
 (0)