Explorar el Código

build: fix LDFLAGS overriding issue.

undefined
Sam Hocevar hace 11 años
padre
commit
08c152ceeb
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      test/Makefile.am

+ 2
- 1
test/Makefile.am Ver fichero

@@ -61,7 +61,8 @@ meshviewer_SOURCES = meshviewer.cpp \
shinymvtexture.lolfx shinyfur.lolfx mviewer_em_test.lolfx
meshviewer_CPPFLAGS = $(AM_CPPFLAGS)
meshviewer_DEPENDENCIES = @LOL_DEPS@
meshviewer_LDFLAGS = $(AM_LDFLAGS)
if USE_EMSCRIPTEN
meshviewer_LDFLAGS = $(AM_LDFLAGS) -s EXPORTED_FUNCTIONS="['_main', '_C_Send']"
meshviewer_LDFLAGS += -s EXPORTED_FUNCTIONS="['_main', '_C_Send']"
endif


Cargando…
Cancelar
Guardar