1
0
Fork 0

[C] Possible fix with c++ build on freebsd

This commit is contained in:
seleznevae 2019-01-12 16:09:22 +03:00
parent 308ca2a210
commit 38cb3db339
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ main_task:
# Basic c++ build
- cd lib
- c++ -Wall -Wextra -Werror fort.c -c -o fort.o
- cp fort.c fort.cpp
- c++ -Wall -Wextra -Werror -DFT_CONGIG_HAVE_WCHAR fort.cpp -c -o fort.o
- rm fort.o
- cd ..