Skip to content

Commit

Permalink
change tmp sokol-shdc path back doh
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Oct 19, 2024
1 parent 255e68f commit 7d10319
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,7 @@ fn emSdkSetupStep(b: *Build, emsdk: *Build.Dependency) !?*Build.Step.Run {
// a separate step to compile shaders, expects the shader compiler in ../sokol-tools-bin/
// TODO: install sokol-shdc via package manager
fn buildShaders(b: *Build, target: Build.ResolvedTarget) void {
// const sokol_tools_bin_dir = "../sokol-tools-bin/bin/";
const sokol_tools_bin_dir = "../../../sokol-tools-bin/bin/";

const sokol_tools_bin_dir = "../sokol-tools-bin/bin/";
const shaders_dir = "src/examples/shaders/";
const shaders = .{
"bufferoffsets.glsl",
Expand Down

0 comments on commit 7d10319

Please sign in to comment.