Skip to content

Commit

Permalink
try to fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jan 3, 2025
1 parent b050d91 commit 6eca463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,5 @@ jobs:
sudo apt-get update -qq
sudo apt-get install gcc-multilib
sudo apt-get install -y --no-install-recommends libx11-dev mesa-common-dev libglx-dev libxcursor-dev mesa-vulkan-drivers libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev libwayland-dev libxkbcommon-dev
mkdir build
cd build
mkdir ${{ env.RELEASE_NAME }}
cd ${{ env.RELEASE_NAME }}
mkdir include
mkdir lib
cd ../../../RSGL
# ${{ matrix.ARCH }}-linux-gnu-gcc -v
- name: Build Library
run: |
make
cp -v ./libRSGL.so ./build/${{ env.RELEASE_NAME }}/lib
if: matrix.bits == 64
2 changes: 1 addition & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ LINK_GL2 =
ifneq (,$(filter $(CC),cl /opt/msvc/bin/x64/cl.exe /opt/msvc/bin/x86/cl.exe))
WARNINGS =
LIBS = /static
else ifeq ($(CC),emcc)
else ifeq ($(CC),emcc)
LINK_GL1 = -s LEGACY_GL_EMULATION -D LEGACY_GL_EMULATION -sGL_UNSAFE_OPTS=0
LINK_GL3 = -s FULL_ES3
LINK_GL2 = -s FULL_ES2
Expand Down

0 comments on commit 6eca463

Please sign in to comment.