mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 15:01:37 -04:00
Update include directories in m2ctx
This commit is contained in:
+3
-1
@@ -7,7 +7,9 @@ import os
|
||||
from pathlib import Path
|
||||
|
||||
CXX_FLAGS = [
|
||||
'-Iinclude'
|
||||
'-nostdinc',
|
||||
'-Iinclude',
|
||||
'-Ilibs/c/include'
|
||||
]
|
||||
|
||||
script_dir = Path(os.path.dirname(os.path.realpath(__file__)))
|
||||
|
||||
Reference in New Issue
Block a user