Skip to content

Commit f68ff52

Browse files
authored
Emscripten: wrap generated html into a directory (#7617)
#changelog #emscripten
1 parent 9660d02 commit f68ff52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libs/openFrameworksCompiled/project/emscripten/config.emscripten.default.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# ifdefs within the openFrameworks core source code.
1515
################################################################################
1616

17-
PLATFORM_PROJECT_RELEASE_TARGET = bin/$(BIN_NAME).html
18-
PLATFORM_PROJECT_DEBUG_TARGET = bin/$(BIN_NAME).html
17+
PLATFORM_PROJECT_RELEASE_TARGET = bin/$(BIN_NAME)/index.html
18+
PLATFORM_PROJECT_DEBUG_TARGET = bin/$(BIN_NAME)/index.html
1919
BYTECODECORE=1
2020
PLATFORM_CORELIB_DEBUG_TARGET = $(OF_CORE_LIB_PATH)/libopenFrameworksDebug.bc
2121
PLATFORM_CORELIB_RELEASE_TARGET = $(OF_CORE_LIB_PATH)/libopenFrameworks.bc
@@ -275,7 +275,7 @@ afterplatform: $(TARGET_NAME)
275275
@echo " compiling done"
276276
@echo " to launch the application on the default browser, run:"
277277
@echo
278-
@echo " emrun bin/$(BIN_NAME).html"
278+
@echo " emrun bin/$(BIN_NAME)"
279279
@echo " "
280280
@echo " some browsers, like safari, don't support webgl"
281281
@echo " "

0 commit comments

Comments
 (0)