Skip to content

Commit 485300e

Browse files
fix mac build, probably breaks windows build
1 parent 5385306 commit 485300e

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

raylib/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def pre_process_header(filename):
4646
file = open(filename, "r")
4747
filetext = "".join([line for line in file if '#include' not in line])
4848
command = ['gcc', '-CC', '-P', '-undef', '-nostdinc', '-DRL_MATRIX_TYPE',
49-
'-DRL_QUATERNION_TYPE','-DRL_VECTOR4_TYPE','-DRL_VECTOR3_TYPE','-DRL_VECTOR2_TYPE'
49+
'-DRL_QUATERNION_TYPE','-DRL_VECTOR4_TYPE','-DRL_VECTOR3_TYPE','-DRL_VECTOR2_TYPE',
5050
'-DRLAPI=', '-DPHYSACDEF=', '-DRAYGUIDEF=',
5151
'-dDI', '-E', '-']
5252
filetext2 = subprocess.run(command, text=True, input=filetext, stdout=subprocess.PIPE).stdout

raylib/physac.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

raylib/raygui.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

raylib/raylib.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

raylib/rlgl.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)