diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-04-08 01:26:29 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-04-08 01:26:29 +0200 |
| commit | 5cf92b502d4d2bd026f580dc93ba243f657b0e79 (patch) | |
| tree | ae3afbfb1c4626b1f1e7d14a3658976f47d54c41 /makefile | |
| parent | 6300c08cc3677bfca7e23077f634d986ed3658c1 (diff) | |
PowerPC: Add support for li, improving code...
Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ # ======================================================== # -COMMON_INC=-IHeaders -I./ +COMMON_INC=-I./Headers -I./ -I./Sources/Detail ifeq ($(shell uname), "Darwin") LINK_CC=g++ -std=c++20 |
