We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1bffa commit b048182Copy full SHA for b048182
.gitmodules
@@ -19,3 +19,6 @@
19
[submodule "3rd/zlib"]
20
path = 3rd/zlib
21
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
@@ -8,7 +8,7 @@ CC?=gcc
8
#CC=cl
9
LD=$(CC)
10
LUA_EXE=$(BUILD)/lua.exe
11
-SHDC=sokol-shdc.exe
+SHDC=$(BIN)/sokol-tools-bin/bin/win32/sokol-shdc.exe
12
VERSION=$(shell git rev-parse HEAD)
13
14
#for msvc
bin/sokol-tools-bin
0 commit comments