From b438dd7bf4082e2b6a23e3995d5c249b33102abc Mon Sep 17 00:00:00 2001
From: Steven Le Rouzic <steven.lerouzic@gmail.com>
Date: Mon, 20 Jan 2025 22:32:30 +0100
Subject: Initialize SDL

---
 .bazelrc | 2 ++
 1 file changed, 2 insertions(+)

(limited to '.bazelrc')

diff --git a/.bazelrc b/.bazelrc
index 2a72692..b8d70bc 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -9,6 +9,8 @@ build:windows  --cxxopt=-Xclang=-std=c++20
 
 common --incompatible_autoload_externally=+@rules_python
 
+build --features=external_include_paths
+
 build --cxxopt=-Wall
 build --cxxopt=-Wno-c++98-compat
 build --cxxopt=-Wno-c++98-compat-pedantic
-- 
cgit