mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 04:22:07 +00:00
Build everything as C++ (#1176)
This commit is contained in:
2
src/extern/getopt.c → src/extern/getopt.cpp
vendored
2
src/extern/getopt.c → src/extern/getopt.cpp
vendored
@@ -13,7 +13,7 @@
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include "extern/getopt.h"
|
||||
#include "extern/getopt.hpp"
|
||||
|
||||
char *musl_optarg;
|
||||
int musl_optind = 1, musl_opterr = 1, musl_optopt;
|
||||
Reference in New Issue
Block a user