File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -442,15 +442,15 @@ def build_proc():
442442 if MACHINE .startswith ("x86_64" ) or MACHINE .startswith ("i386" ):
443443 march = "-arch x86_64"
444444 lib_headers += [
445- '-I{brew_prefix}/opt/glfw/include' ,
446- '-I{brew_prefix}/Cellar/libzip/1.11.4/include' ,
447- '-L{brew_prefix}/opt/glfw/lib' ,
448- '-L{brew_prefix}/Cellar/libzip/1.11.4/lib'
445+ f '-I{ brew_prefix } /opt/glfw/include' ,
446+ f '-I{ brew_prefix } /Cellar/libzip/1.11.4/include' ,
447+ f '-L{ brew_prefix } /opt/glfw/lib' ,
448+ f '-L{ brew_prefix } /Cellar/libzip/1.11.4/lib'
449449 ]
450450 else :
451451 march = "-arch arm64"
452452 lib_headers += [
453- '-I{brew_prefix}/Cellar/glfw/3.4/include/GLFW'
453+ f '-I{ brew_prefix } /Cellar/glfw/3.4/include/GLFW'
454454 ]
455455
456456 exe_build_args = [
You can’t perform that action at this time.
0 commit comments