summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2021-08-12 10:12:44 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2021-08-12 10:12:44 +0200
commit19dfe79faffd4dab7e272520532a28883dbd0e01 (patch)
tree29d64a9af8d1ac0b8d33679fc8aba0938d738539
parent0160a369a1025f58fb3228aaa8ca86dd6408ad69 (diff)
Fix to make it work on windows
-rw-r--r--src/osd/modules/render/bgfx/shaders/shader.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/modules/render/bgfx/shaders/shader.mk b/src/osd/modules/render/bgfx/shaders/shader.mk
index e1ecdc17566..e63d171a3ca 100644
--- a/src/osd/modules/render/bgfx/shaders/shader.mk
+++ b/src/osd/modules/render/bgfx/shaders/shader.mk
@@ -176,8 +176,6 @@ dirs:
.PHONY: rebuild
rebuild: clean all
-$(BIN) : | $(BUILD_INTERMEDIATE_DIR)
-
endif # TARGET
-include $(VS_DEPS)