[vlc-commits] [Git][videolan/vlc][master] test: Makefile.am: setup CXXFLAGS for tests

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Aug 20 07:53:06 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
e9da6428 by Alexandre Janniaux at 2026-08-20T07:43:29+00:00
test: Makefile.am: setup CXXFLAGS for tests

The MAIN_MODULE property will be needed to run emscripten tests.

- - - - -


1 changed file:

- test/Makefile.am


Changes:

=====================================
test/Makefile.am
=====================================
@@ -158,6 +158,7 @@ AM_CPPFLAGS = \
 
 if HAVE_EMSCRIPTEN
 AM_CFLAGS = -sMAIN_MODULE=1
+AM_CXXFLAGS = -sMAIN_MODULE=1
 endif
 
 AM_LDFLAGS = -no-install $(LDFLAGS_vlc)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e9da6428d1d904ebcd9defa2ad70adc93b88ce15

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e9da6428d1d904ebcd9defa2ad70adc93b88ce15
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list