mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-25 07:22:00 +00:00
6 lines
160 B
Bash
Executable file
6 lines
160 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Update generated shader code to fix compiler warnings
|
|
|
|
sed -i '' 's,^const,static const,' *.h
|
|
sed -i '' 's,const unsigned,const signed,' *.dxbc.h
|