Skip to content

Commit

Permalink
ok i guess you cant do that???????
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Dec 11, 2024
1 parent dbf41f8 commit 41bb559
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,20 @@
<file name="${raylib_folder}/rglfw.c" />
</files>


<compilerflag value="-DPLATFORM_DESKTOP" />
<!-- WINDOWS COMPILER -->
<files id="haxe" if="windows">
<compilerflag value="-DPLATFORM_DESKTOP" />
</files>

<!-- OSX COMPILER -->
<files id="haxe" if="macos">
<compilerflag value="-DPLATFORM_DESKTOP" />
<compilerflag value="-D_GLFW_COCOA" />
</files>

<!-- LINUX COMPILER -->
<files id="haxe" if="linux">
<compilerflag value="-DPLATFORM_DESKTOP" />
<compilerflag value="-D_GLFW_X11" />
<compilerflag value="-D_GNU_SOURCE" />
</files>
Expand Down

0 comments on commit 41bb559

Please sign in to comment.