Skip to content

Commit

Permalink
Merged revision(s) 21521 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Fix] build: Makefile: Emscripten: Remove redundant -c option.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.29@21538 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Aug 30, 2024
1 parent d2044b4 commit 5d27173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/make/config-emscripten.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

CC = emcc -c
CXX = em++ -c
CC = emcc
CXX = em++
LD = em++
AR = emar
LINK.cc = em++ $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
Expand Down

0 comments on commit 5d27173

Please sign in to comment.