diff options
| author | 2015-01-28 15:47:03 +0000 | |
|---|---|---|
| committer | 2015-01-28 15:47:03 +0000 | |
| commit | f56e1f309e30b8f7c10313ba512880e02df7d8cd (patch) | |
| tree | 447aff0da65d0539813891c19484299801749b64 /makefile | |
| parent | 8317717dd546c6133d5685d39863477d8bc200da (diff) | |
More JSMESS breakage (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -931,7 +931,7 @@ $(EMULATOR): $(EMUINFOOBJ) $(DRIVLISTOBJ) $(DRVLIBS) $(LIBOSD) $(LIBBUS) $(LIBOP $(CC) $(CDEFS) $(CFLAGS) -c $(SRC)/version.c -o $(VERSIONOBJ) @echo Linking $@... ifeq ($(TARGETOS),emscripten) - # Emscripten's linker seems to be stricter about the ordering of .a files +# Emscripten's linker seems to be stricter about the ordering of .a files $(LD) $(LDFLAGS) $(LDFLAGSEMULATOR) $(VERSIONOBJ) -Wl,--start-group $^ -Wl,--end-group $(LIBS) -o $@ else $(LD) $(LDFLAGS) $(LDFLAGSEMULATOR) $(VERSIONOBJ) $^ $(LIBS) -o $@ |
