Skip to content

Commit b048182

Browse files
committed
Add sokol-tools-bin
1 parent bb1bffa commit b048182

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919
[submodule "3rd/zlib"]
2020
path = 3rd/zlib
2121
url = https://github.com/madler/zlib.git
22+
[submodule "bin/sokol-tools-bin"]
23+
path = bin/sokol-tools-bin
24+
url = https://github.com/floooh/sokol-tools-bin.git

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CC?=gcc
88
#CC=cl
99
LD=$(CC)
1010
LUA_EXE=$(BUILD)/lua.exe
11-
SHDC=sokol-shdc.exe
11+
SHDC=$(BIN)/sokol-tools-bin/bin/win32/sokol-shdc.exe
1212
VERSION=$(shell git rev-parse HEAD)
1313

1414
#for msvc

bin/sokol-tools-bin

Submodule sokol-tools-bin added at 02635ac

0 commit comments

Comments
 (0)