mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion] Fix sending events to emscripten build
Change-Id: I9306554044a0b2fe2ee26769cc66a2684a05bebe
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CC = emcc
|
||||
CXX = emcc
|
||||
LD = emcc
|
||||
LDFLAGS = -s EXPORTED_FUNCTIONS="['_main', '_IonEmscriptenPushEvent']" -Os --shell-file ion/src/emscripten/shell.html
|
||||
LDFLAGS = -s EXPORTED_FUNCTIONS="['_main', '_IonEventsEmscriptenPushEvent']" -Os --shell-file ion/src/emscripten/shell.html
|
||||
SIZE = size
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include <ion/events.h>
|
||||
#include "events.h"
|
||||
#include "display.h"
|
||||
extern "C" {
|
||||
#include <SDL/SDL.h>
|
||||
|
||||
Reference in New Issue
Block a user