Skip to content

Commit e8e6059

Browse files
committed
use unix makefiles on macos
1 parent 5f29d72 commit e8e6059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ else ifeq ($(BUILD_PLATFORM),$(filter $(BUILD_PLATFORM),UBUNTU_2004 UBUNTU_2204)
181181
-DWITH_ABC=OFF \
182182
-S $(SOURCE_DIR) -B $(BUILD_DIR)
183183
else
184-
@cmake \
184+
@cmake -G "Unix Makefiles" \
185185
-DCMAKE_INSTALL_PREFIX=$(PREFIX) \
186186
-DOPENFPGA_WITH_YOSYS=OFF \
187187
-DOPENFPGA_WITH_YOSYS_PLUGIN=OFF \

0 commit comments

Comments
 (0)