mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-13 07:33:34 +00:00
moving experimental features to a new folder
This commit is contained in:
11
experimental/RenderToTexture/build.sh
git.filemode.executable_file
11
experimental/RenderToTexture/build.sh
git.filemode.executable_file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -e a.out ]; then
|
||||
rm a.out
|
||||
fi
|
||||
|
||||
if [ $(uname -s) = 'Darwin' ]; then
|
||||
clang main.c ../../libmlx.dylib -L /opt/homebrew/lib -lSDL2 -g;
|
||||
else
|
||||
clang main.c ../../libmlx.so -lSDL2 -g -Wall -Wextra -Werror;
|
||||
fi
|
||||
Reference in New Issue
Block a user