File tree Expand file tree Collapse file tree
libs/openFrameworksCompiled/project/emscripten Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1919BYTECODECORE =1
2020PLATFORM_CORELIB_DEBUG_TARGET = $(OF_CORE_LIB_PATH ) /libopenFrameworksDebug.bc
2121PLATFORM_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 " "
You can’t perform that action at this time.
0 commit comments