mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 09:40:18 +00:00
Makefile.astat: build with c++ instead of g++
GCC is not always present (eg. in MSYS2 clang env).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
test:
|
||||
g++ -g -DASTAT_DEBUG -DDEFINE_TEST_MAIN astat.cpp ../src/compat/platform_pipe.cpp -I../src -pthread -o astat_test
|
||||
c++ -g -DASTAT_DEBUG -DDEFINE_TEST_MAIN astat.cpp ../src/compat/platform_pipe.cpp -I../src -pthread -o astat_test
|
||||
|
||||
lib:
|
||||
g++ -fpic -c -std=c++11 astat.cpp ../src/compat/platform_pipe.cpp -I../src -pthread
|
||||
c++ -fpic -c -std=c++11 astat.cpp ../src/compat/platform_pipe.cpp -I../src -pthread
|
||||
ar rcs astat.a astat.o platform_pipe.o
|
||||
|
||||
Reference in New Issue
Block a user