finalized fixing linux build scripts
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 8 Dec 2021 04:08:48 +0000 (22:08 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 8 Dec 2021 04:08:48 +0000 (22:08 -0600)
modules/glfw3/build.sh
modules/glfw3/onyx_glfw3.so
modules/opengles/build.sh
modules/opengles/onyx_opengles.so

index 2b09837ab814d999f698f5a84e19fdd17b1cd981..63a924f35bdd1d3d8fde5f9a68a9b4357cb04ccc 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 # To be run from the project root
 
-gcc -O2 -shared -fPIC ./modules/glfw3/onyx_glfw3.c -I include -I lib/linux_x86_64/include -lglfw -o modules/glfw3/onyx_glfw3.so
\ No newline at end of file
+gcc -O2 -shared -fPIC ./modules/glfw3/onyx_glfw3.c -I include -I lib/common/include -lglfw -o modules/glfw3/onyx_glfw3.so
\ No newline at end of file
index 198eca1f7adb25cfacd9935dae29b299b80e214a..8b87e8c11431637f9a85e41c41cc7b48503b4c35 100755 (executable)
Binary files a/modules/glfw3/onyx_glfw3.so and b/modules/glfw3/onyx_glfw3.so differ
index 84206dd740f5806fd46cc6da5b1f6e6b9c399064..91be60c0d893cf37195bf5c8678d0b6c52edb8a0 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-gcc -shared -fPIC modules/opengles/onyx_opengles.c -I include -I lib/linux_x86_64/include -o ./modules/opengles/onyx_opengles.so -lGL
\ No newline at end of file
+gcc -shared -fPIC modules/opengles/onyx_opengles.c -I include -I lib/common/include -o ./modules/opengles/onyx_opengles.so -lGL
\ No newline at end of file
index 34c89d6c936b9e037485b7ba09295706088fbe22..b16665b89d1b890d8345235552fbd09128eea6be 100755 (executable)
Binary files a/modules/opengles/onyx_opengles.so and b/modules/opengles/onyx_opengles.so differ