mirror of
https://github.com/zeldaret/ph
synced 2026-05-25 15:25:10 -04:00
Add C++ includes to m2ctx
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@ from pathlib import Path
|
||||
CXX_FLAGS = [
|
||||
'-nostdinc',
|
||||
'-Iinclude',
|
||||
'-Ilibs/c/include'
|
||||
'-Ilibs/c/include',
|
||||
'-Ilibs/cpp/include'
|
||||
]
|
||||
|
||||
script_dir = Path(os.path.dirname(os.path.realpath(__file__)))
|
||||
|
||||
Reference in New Issue
Block a user