[C] Possible fix with c++ build on freebsd
This commit is contained in:
parent
308ca2a210
commit
38cb3db339
@ -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 ..
|
Loading…
Reference in New Issue
Block a user