diff --git a/.gitmodules b/.gitmodules index 84c8c65..70bc23a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "vendor/Snippets"] path = vendor/Snippets url = https://github.com/DanielGibson/Snippets.git +[submodule "vendor/RobLoachChaiScript_Extras"] + path = vendor/RobLoachChaiScript_Extras + url = https://github.com/RobLoach/ChaiScript_Extras.git diff --git a/Makefile.common b/Makefile.common index a34d928..e2c83d4 100644 --- a/Makefile.common +++ b/Makefile.common @@ -54,7 +54,7 @@ FLAGS += -I. \ -Ivendor/SDL_tty/include \ -Ivendor/sdl-libretro/tests/SDL_gfx-2.0.26 \ -Ivendor/sdl-libretro/tests/SDL_ttf-2.0.11/VisualC/external/include \ - -Ivendor/RobLoach-ChaiScript_Extras/include \ + -Ivendor/RobLoachChaiScript_Extras/include \ -Ivendor/physfs/src \ -Ivendor/Snippets \ -Ivendor/stb diff --git a/vendor/RobLoachChaiScript_Extras b/vendor/RobLoachChaiScript_Extras new file mode 160000 index 0000000..af3a84f --- /dev/null +++ b/vendor/RobLoachChaiScript_Extras @@ -0,0 +1 @@ +Subproject commit af3a84f491ecb5e65f7a82b8ae1503da7daa58b2